summaryrefslogtreecommitdiff
path: root/validat3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CRC-32C using CXX and SSE4 (Issue 160)Jeffrey Walton2016-04-241-0/+20
* Quiet deprecated warning on some library source files. The warning is intende...Jeffrey Walton2016-04-241-0/+9
* Added BLAKE2 self testsJeffrey Walton2016-04-181-0/+797
* Cleared Coverity finding STREAM_FORMAT_STATEJeffrey Walton2016-01-251-0/+9
* Cleared Coverity finding STREAM_FORMAT_STATEJeffrey Walton2016-01-251-10/+7
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-5/+5
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-5/+11
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-696/+735
* Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver...Jeffrey Walton2015-07-301-10/+9
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-3/+2
* Removed USING_NAMESPACE(std). Switch cout and friends to use std::coutJeffrey Walton2015-07-291-53/+53
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-1/+3
* Added test suites for HKDFJeffrey Walton2015-07-091-0/+104
* Static and constness to arraysJeffrey Walton2015-07-051-23/+23
* Cut-over to COUNTOF in source filesJeffrey Walton2015-07-031-13/+13
* Modified validation suite to use VerifyBufsEqual rather than memcmp. VerifyBu...Jeffrey Walton2015-06-281-5/+6
* Cleared signed/unsigned warningJeffrey Walton2015-06-081-1/+1
* add HMAC/SHA2 test vectorsweidai2010-08-081-43/+1
* use test vector file for SHA testsweidai2010-06-291-45/+3
* changes for 5.6: weidai2009-03-021-18/+0
* use Weak1 namespaceweidai2007-05-041-1/+1
* move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'weidai2007-04-161-7/+11
* add Salsa20 cipherweidai2006-12-091-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+2
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-124/+4
* add minimum iteration time optionweidai2004-04-081-1/+1
* workaround for VS .NET 2003weidai2003-05-161-1/+1
* fix bug in Grouperweidai2003-04-151-14/+184
* Initial revisionweidai2002-10-041-0/+638