summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "error LNK2019: unresolved external symbol TestAutoSeededX917()" under Wi...Jeffrey Walton2017-05-181-1/+1
* Fix "error C2065: prng undeclared identifier" under Windows PhoneJeffrey Walton2017-05-181-2/+2
* Build RDRAND for all platofrms (Issue 419, PR 424)Jeffrey Walton2017-05-171-6/+0
* Add Threefish to project filesJeffrey Walton2017-05-141-0/+1
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-2/+2
* Add Inflator::BadDistanceErr exception (Issue 414)Jeffrey Walton2017-05-101-3/+3
* Fix compile error with NO_OS_DEPENDENCEJeffrey Walton2017-05-101-2/+7
* Add additional testsJeffrey Walton2017-05-101-157/+263
* Add tests for Information Dispersal and Secret SharingJeffrey Walton2017-05-091-0/+1