summaryrefslogtreecommitdiff
path: root/validat3.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Split validat*.cpp source filesJeffrey Walton2018-07-281-1804/+1569
* Fix compile under Visual Studio 2008Jeffrey Walton2018-04-051-3/+3
* Update documentationJeffrey Walton2018-03-311-1/+1
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-9/+79
* Add missing function body for PKCS5_PBKDF1<T>::DeriveKey (GH #610)Jeffrey Walton2018-03-301-1/+2
* Cutover PBKDF to KeyDerivationFunction interface (GH #610, PR #612)Jeffrey Walton2018-03-291-2/+6
* Add KeyDerivationFunction interface (GH #610, PR #611)Jeffrey Walton2018-03-291-9/+10
* Update documentationJeffrey Walton2017-12-241-1/+1
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-0/+5
* Remove unneeded Debug testsJeffrey Walton2017-09-011-162/+0
* Cleanup selft testsJeffrey Walton2017-08-051-178/+97
* Add hash static transform test (Issue 455)Jeffrey Walton2017-08-041-2/+245
* 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
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-1/+1
* Switch to COUNTOF in validat3.cppJeffrey Walton2017-05-111-14/+14
* fixed type casts in blake2 testsDmitry S. Baikov2017-05-111-4/+4
* NULLPTR fix for blake2 testsDmitry S. Baikov2017-05-111-2/+2
* blake2: Fixed initialization when using non-keyed constructor with non-standa...Dmitry S. Baikov2017-05-111-8/+80
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-38/+37
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-80/+80
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Updated documentationJeffrey Walton2016-12-171-30/+30
* Add Aumasson and Bernstein's SipHash (Issue 348)Jeffrey Walton2016-12-171-11/+186
* Add Poly1305 class (Issue 338)Jeffrey Walton2016-11-271-3/+128
* Remove deprecated warning supressions under MSCJeffrey Walton2016-10-101-5/+0
* Cleared "warning: unused variable ‘hasPadlockRNG’". Whitespace cleanupJeffrey Walton2016-06-161-17/+17
* 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