summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-0/+7
* Add additional SIMECK tests (GH #675)Jeffrey Walton2018-06-301-0/+8
* Add HIGHT lightweight block cipher (GH #672)Jeffrey Walton2018-06-241-0/+8
* Fix typoJeffrey Walton2018-06-181-2/+2
* Add AVX and AVX2 runtime feature detection (GH #671)Jeffrey Walton2018-06-181-3/+12
* Add CHAM lightweight block cipher (PR #670)Jeffrey Walton2018-06-171-0/+8
* Add LEA lightweight block cipher (GH #669)Jeffrey Walton2018-06-171-0/+9
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-0/+1
* Remove '#undef BLOCKING_RNG_AVAILABLE' from validate.cppJeffrey Walton2018-03-281-2/+0
* Move some tests from TestIntegerBitops to TestIntegerOps (GH #602)Jeffrey Walton2018-03-251-0/+2
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-2/+0
* Clear Coverity finding CID 186948Jeffrey Walton2018-01-191-9/+6
* Convert Kalyna from variable block size (GH #535)Jeffrey Walton2018-01-181-1/+1
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-0/+2
* Add additional Encoder and Decoder alphabet test (GH #562)Jeffrey Walton2018-01-131-10/+54
* Fix lookup array size in self testJeffrey Walton2018-01-121-1/+1
* Add additional Encoder and Decoder alphabet test (GH #562)Jeffrey Walton2018-01-121-6/+11
* add self test for custom Encoder and Decoder alphabet (GH #562)Jeffrey Walton2018-01-121-0/+109
* Fix error in bits2octets: should use the base point's bit count, instead of t...Linmao Song2018-01-101-0/+1
* Clear clang-tidy warningsJeffrey Walton2018-01-021-4/+3
* Add thorough param to ValidateECGDSAJeffrey Walton2017-11-251-1/+1
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-0/+2
* Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539)Jeffrey Walton2017-11-211-0/+1
* Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538)Jeffrey Walton2017-11-201-0/+1
* Prefix IS_LITTLE_ENDIAN and IS_BIG_ENDIAN with CRYPTOPPJeffrey Walton2017-11-101-2/+2
* Cleanup Altivec and Power7 code pathsJeffrey Walton2017-10-171-6/+7
* Add Power8 SHA256 and SHA512 support (GH #513)Jeffrey Walton2017-09-221-3/+3
* Add missing newline to IA-32 config outputJeffrey Walton2017-09-161-14/+14
* Add PowerPC support to cpu.h and validate.cppJeffrey Walton2017-09-111-9/+22
* Clear GCC warnings with -Wall -WextraJeffrey Walton2017-09-051-32/+8
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-9/+5
* Clear warnings under GCC with -Wall -WextraJeffrey Walton2017-09-051-5/+9
* Remove unneeded Debug testsJeffrey Walton2017-09-011-3/+0
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-0/+2
* Fix compile under MSVCJeffrey Walton2017-08-201-3/+3
* Add additional VIA RNG testsJeffrey Walton2017-08-201-0/+57
* Add VIA Padlock RNGJeffrey Walton2017-08-191-0/+104
* Clear Coverity finding CHECKED_RETURN (CID 182769)Jeffrey Walton2017-08-181-8/+8
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-6/+7
* Move from 'static' to 'enum' for class constantsJeffrey Walton2017-08-111-3/+3
* Add hash static transform test (Issue 455)Jeffrey Walton2017-08-041-0/+3
* Use non-0 seed OldRandomPool testJeffrey Walton2017-08-041-5/+7
* Clear declaration hides previous local declarationJeffrey Walton2017-08-041-3/+3
* Remove pre-Crypto++ 5.5 interfaceJeffrey Walton2017-08-021-17/+3
* Cut-in RandomNumberGenerator interface to OldRandPoolJeffrey Walton2017-08-021-9/+23
* Add self tests for OldRandomPoolJeffrey Walton2017-08-011-0/+109
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
* Remove calls to cout.flush() for AppVeyorJeffrey Walton2017-05-291-6/+4