| Commit message (Expand) | Author | Age | Files | Lines |
* | Update documentation | Jeffrey Walton | 2017-12-24 | 1 | -1/+1 |
* | Add SM3 hash function (GH #541) | Jeffrey Walton | 2017-11-23 | 1 | -0/+5 |
* | Remove unneeded Debug tests | Jeffrey Walton | 2017-09-01 | 1 | -162/+0 |
* | Cleanup selft tests | Jeffrey Walton | 2017-08-05 | 1 | -178/+97 |
* | Add hash static transform test (Issue 455) | Jeffrey Walton | 2017-08-04 | 1 | -2/+245 |
* | Revert "Revert "Clear Visual Studio warnings (Issue 412)"" | Jeffrey Walton | 2017-06-02 | 1 | -0/+4 |
* | Revert "Clear Visual Studio warnings (Issue 412)" | Jeffrey Walton | 2017-06-02 | 1 | -4/+0 |
* | Clear Visual Studio warnings (Issue 412) | Jeffrey Walton | 2017-05-30 | 1 | -0/+4 |
* | Switch to _MSC_FULL_VER for SP1 releases | Jeffrey Walton | 2017-05-11 | 1 | -1/+1 |
* | Switch to COUNTOF in validat3.cpp | Jeffrey Walton | 2017-05-11 | 1 | -14/+14 |
* | fixed type casts in blake2 tests | Dmitry S. Baikov | 2017-05-11 | 1 | -4/+4 |
* | NULLPTR fix for blake2 tests | Dmitry S. Baikov | 2017-05-11 | 1 | -2/+2 |
* | blake2: Fixed initialization when using non-keyed constructor with non-standa... | Dmitry S. Baikov | 2017-05-11 | 1 | -8/+80 |
* | Add C++ nullptr support (Issue 383) | Jeffrey Walton | 2017-03-01 | 1 | -38/+37 |
* | Add Test namespace within CryptoPP namespace (Issue 379) | Jeffrey Walton | 2017-02-21 | 1 | -80/+80 |
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -1/+1 |
* | Updated documentation | Jeffrey Walton | 2016-12-17 | 1 | -30/+30 |
* | Add Aumasson and Bernstein's SipHash (Issue 348) | Jeffrey Walton | 2016-12-17 | 1 | -11/+186 |
* | Add Poly1305 class (Issue 338) | Jeffrey Walton | 2016-11-27 | 1 | -3/+128 |
* | Remove deprecated warning supressions under MSC | Jeffrey Walton | 2016-10-10 | 1 | -5/+0 |
* | Cleared "warning: unused variable ‘hasPadlockRNG’". Whitespace cleanup | Jeffrey Walton | 2016-06-16 | 1 | -17/+17 |
* | Add CRC-32C using CXX and SSE4 (Issue 160) | Jeffrey Walton | 2016-04-24 | 1 | -0/+20 |
* | Quiet deprecated warning on some library source files. The warning is intende... | Jeffrey Walton | 2016-04-24 | 1 | -0/+9 |
* | Added BLAKE2 self tests | Jeffrey Walton | 2016-04-18 | 1 | -0/+797 |
* | Cleared Coverity finding STREAM_FORMAT_STATE | Jeffrey Walton | 2016-01-25 | 1 | -0/+9 |
* | Cleared Coverity finding STREAM_FORMAT_STATE | Jeffrey Walton | 2016-01-25 | 1 | -10/+7 |
* | Added CRYPTOPP_DATA_DIR patch (Issue 82) | Jeffrey Walton | 2015-12-25 | 1 | -5/+5 |
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov... | Jeffrey Walton | 2015-11-18 | 1 | -5/+11 |
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -696/+735 |
* | Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver... | Jeffrey Walton | 2015-07-30 | 1 | -10/+9 |
* | Included "integer.h" in source files with Integer dependencies so make would ... | Jeffrey Walton | 2015-07-30 | 1 | -3/+2 |
* | Removed USING_NAMESPACE(std). Switch cout and friends to use std::cout | Jeffrey Walton | 2015-07-29 | 1 | -53/+53 |
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -1/+3 |
* | Added test suites for HKDF | Jeffrey Walton | 2015-07-09 | 1 | -0/+104 |
* | Static and constness to arrays | Jeffrey Walton | 2015-07-05 | 1 | -23/+23 |
* | Cut-over to COUNTOF in source files | Jeffrey Walton | 2015-07-03 | 1 | -13/+13 |
* | Modified validation suite to use VerifyBufsEqual rather than memcmp. VerifyBu... | Jeffrey Walton | 2015-06-28 | 1 | -5/+6 |
* | Cleared signed/unsigned warning | Jeffrey Walton | 2015-06-08 | 1 | -1/+1 |
* | add HMAC/SHA2 test vectors | weidai | 2010-08-08 | 1 | -43/+1 |
* | use test vector file for SHA tests | weidai | 2010-06-29 | 1 | -45/+3 |
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -18/+0 |
* | use Weak1 namespace | weidai | 2007-05-04 | 1 | -1/+1 |
* | move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak' | weidai | 2007-04-16 | 1 | -7/+11 |
* | add Salsa20 cipher | weidai | 2006-12-09 | 1 | -1/+1 |
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -1/+2 |
* | fix documentation, fix PanamaMAC, fix algorithm names | weidai | 2004-07-22 | 1 | -124/+4 |
* | add minimum iteration time option | weidai | 2004-04-08 | 1 | -1/+1 |
* | workaround for VS .NET 2003 | weidai | 2003-05-16 | 1 | -1/+1 |
* | fix bug in Grouper | weidai | 2003-04-15 | 1 | -14/+184 |
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+638 |