summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split validat*.cpp source filesJeffrey Walton2018-07-281-3471/+1000
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-4/+16
* Remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support (GH #682)Jeffrey Walton2018-07-111-13/+2
* Add ARMv7 cpu detectionJeffrey Walton2018-07-081-8/+14
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-0/+7
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-0/+7
* 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