summaryrefslogtreecommitdiff
path: root/validat2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add HMQV implementation (and merge the old FHMQV into the new codebase)"Mouse2016-07-061-236/+0
* Add HMQV implementation (and merge the old FHMQV into the new codebase)Uri Blumenthal2016-07-011-0/+236
* Cleared "warning: unused variable ‘hasPadlockRNG’". Whitespace cleanupJeffrey Walton2016-06-161-20/+20
* Quiet deprecated warning on some library source files. The warning is intende...Jeffrey Walton2016-04-241-0/+9
* Cleared Coverity finding STREAM_FORMAT_STATEJeffrey Walton2016-01-251-1/+3
* Cleared ARM64 warningJeffrey Walton2016-01-111-1/+1
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-23/+23
* Additional documentation; fixed issues with Clang integrated assembler and di...Jeffrey Walton2015-11-191-3/+4
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-6/+122
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-728/+735
* Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver...Jeffrey Walton2015-07-301-5/+4
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-0/+2
* Removed USING_NAMESPACE(std). Switch cout and friends to use std::coutJeffrey Walton2015-07-291-76/+76
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared "signed/unsigned" warning under GCC 4.8Jeffrey Walton2015-07-261-1/+1
* Static and constness to arraysJeffrey Walton2015-07-051-9/+10
* Fix cross-pollination of other changes to validat2.cppJeffrey Walton2015-06-281-15/+4
* Modified validation suite to use VerifyBufsEqual rather than memcmp. VerifyBu...Jeffrey Walton2015-06-281-13/+27
* add SHA-3weidai2013-01-191-44/+2
* from Jeffery Walton: move *.dat files into TestData, make Integer operator<< ...weidai2009-03-121-22/+22
* changes for 5.6: weidai2009-03-021-0/+6
* update CheckMOVCondition() according to http://eprint.iacr.org/2007/343weidai2007-09-241-3/+3
* fix gcc compile errors and warningsweidai2007-08-141-1/+1
* fix bug reported by Jeffrey Waltonweidai2007-08-131-2/+2
* add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interfaceweidai2007-05-041-5/+3
* move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'weidai2007-04-161-2/+3
* update version number, port to Sun C++ 5.8weidai2006-12-181-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-2/+2
* various changes for 5.1weidai2003-03-201-22/+41
* Initial revisionweidai2002-10-041-0/+740