summaryrefslogtreecommitdiff
path: root/validat4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-16/+16
* Use ConstBytePtr and BytePtrSize in testJeffrey Walton2020-04-131-1/+1
* Revert BlowfishCompat changes (PR #877)Jeffrey Walton2019-10-121-63/+0
* Add XTS block cipher mode of operation (GH #891, PR #892)Jeffrey Walton2019-10-121-0/+6
* Add support for Mcrypt's blowfish-compat (PR #877)Răzvan Cojocaru2019-09-291-0/+63
* Update headers for 'make dep'Jeffrey Walton2019-07-051-0/+2
* Add ChaChaTLS implementation (GH #265)Jeffrey Walton2019-01-241-0/+7
* Add search for test vectors and test data (GH #760)Jeffrey Walton2018-12-071-39/+39
* Add ChaCha to self tests (GH #732)Jeffrey Walton2018-11-081-0/+7
* Add SIMON and SPECK to validation suiteJeffrey Walton2018-10-141-0/+14
* Split validat*.cpp source filesJeffrey Walton2018-07-281-464/+1708
* Whitespace check-inJeffrey Walton2018-07-201-2/+2
* Add crypto_sign_sk2pk (PR #668)Jeffrey Walton2018-07-171-0/+7
* Add sbyte, sword16, sword32 and sword64 (GH #608, GH #609)Jeffrey Walton2018-03-271-41/+41
* Rename nacl.h to naclite.hJeffrey Walton2018-01-211-2/+2
* Cleanup warnings under MSCJeffrey Walton2018-01-211-4/+4
* Convert Kalyna from variable block size (GH #535)Jeffrey Walton2018-01-181-1/+1
* Add _unchecked versions of crypto_box, crypto_box_open and crypto_box_beforenmJeffrey Walton2018-01-181-2/+40
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-0/+488