summaryrefslogtreecommitdiff
path: root/datatest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-4/+6
* Partial cut-over to static local strings for DefaultChannel() and AadChannel(...Jeffrey Walton2015-07-311-5/+5
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-19/+18
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-1/+4
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-1/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-7/+7
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-1/+1
* add SHA-3weidai2013-01-191-42/+47
* add HMAC/SHA2 test vectorsweidai2010-08-081-1/+1
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-22/+19
* randomize test buffer length and alignment to better detect alignment-related...weidai2010-06-291-4/+18
* fix bug in PutDecodedDatumInto() with STLPort (from trungantran)weidai2009-06-181-0/+4
* fix EC2N skipping of optional seed, switch to public domain MARS code, delive...weidai2009-03-281-1/+40
* fix compile on MSVC 6weidai2009-03-131-1/+1
* - add EAX mode, XSalsa20weidai2009-03-121-11/+29
* add x86/x64 assembly for SHA-256,weidai2009-03-101-6/+6
* fix bug when AuthenticatedDecryptionFilter::MAC_AT_BEGIN is not specifiedweidai2009-03-051-2/+6
* tweaks/fixes for 5.6weidai2009-03-031-1/+1
* changes for 5.6: weidai2009-03-021-27/+139
* fix compile for x64, DLL and VC 6weidai2007-05-041-4/+9
* Test: Encode now tests decryption alsoweidai2007-04-161-59/+109
* port to Borland C++Builder 2006weidai2006-12-141-0/+6
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-1/+4
* add Salsa20 cipherweidai2006-12-091-0/+6
* additional AES test vectorsweidai2006-07-171-0/+2
* fix MSVC 2005 warningsweidai2006-03-131-1/+1
* add XTEA and BTEAweidai2003-07-301-3/+17
* misc changesweidai2003-07-181-3/+3
* fix bugs in SEAL and Panamaweidai2003-03-261-2/+39
* small fixesweidai2003-03-201-2/+2
* fix warnings for VC7 and GCCweidai2003-03-201-3/+4
* various changes for 5.1weidai2003-03-201-7/+13
* add script-driven testingweidai2002-12-061-0/+434