summaryrefslogtreecommitdiff
path: root/cryptlib.h
Commit message (Expand)AuthorAgeFilesLines
* Updated documentationJeffrey Walton2016-04-261-10/+10
* Updated documentationJeffrey Walton2016-04-241-15/+15
* Updated documentationJeffrey Walton2016-04-221-1/+1
* Add ChaCha family of stream ciphersJeffrey Walton2016-04-211-3/+3
* Updated documentationJeffrey Walton2016-04-051-2/+12
* Moved dtors to first method in class (Issue 70)Jeffrey Walton2016-02-291-83/+83
* Updated documentationJeffrey Walton2016-02-011-12/+23
* Updated documentationJeffrey Walton2016-01-191-9/+11
* Updated documentationJeffrey Walton2016-01-171-0/+2
* Updated documentationJeffrey Walton2016-01-171-42/+68
* Updated documentationJeffrey Walton2016-01-161-46/+106
* Updated documentationJeffrey Walton2016-01-151-179/+278
* Suppressed false positives on -Wcast-align warningJeffrey Walton2016-01-141-2/+11
* Updated documentationJeffrey Walton2015-12-161-17/+22
* Updated documentationJeffrey Walton2015-12-161-7/+16
* Updated documentationJeffrey Walton2015-12-141-51/+99
* Updated documentationJeffrey Walton2015-12-131-57/+108
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-78/+101
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar...Jeffrey Walton2015-11-221-70/+49
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-49/+70
* Additional documentation; fixed issues with Clang integrated assembler and di...Jeffrey Walton2015-11-191-12/+23
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-476/+633
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1699/+2473
* Partial cut-over to static local strings for DefaultChannel() and AadChannel(...Jeffrey Walton2015-07-311-15/+23
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-14/+14
* Whitespace checkinJeffrey Walton2015-07-301-2/+2
* 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 parameter" warning with GCC 5.1 and -WextraJeffrey Walton2015-07-231-0/+14
* Added test for 'v<0' in GetAsUIntValueJeffrey Walton2015-07-091-1/+1
* Added GetAsUIntValue{WithDefault} to help manage signed/unsigned warnings. Th...Jeffrey Walton2015-07-071-1/+22
* add SHA-3weidai2013-01-191-2/+2
* fix compile with GCC 4.4 and -march=i386weidai2010-08-081-15/+9
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-1/+1
* update version number to 5.6.1weidai2010-06-291-1/+1
* fix possible race condition in Singleton::Ref()weidai2010-06-181-8/+1
* fix documentationweidai2009-03-151-4/+4
* clarify error messagesweidai2009-03-131-0/+1
* - add EAX mode, XSalsa20weidai2009-03-121-2/+2
* add x86/x64 assembly for SHA-256,weidai2009-03-101-12/+18
* tweaks/fixes for 5.6weidai2009-03-031-6/+14
* changes for 5.6: weidai2009-03-021-38/+83
* update version number to 5.5.2weidai2007-08-131-2/+2
* add missing virtual destructorsweidai2007-06-011-0/+4
* update manualweidai2007-05-051-4/+4
* add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interfaceweidai2007-05-041-8/+17
* rename STRUCTURED_IV to UNIQUE_IV. Sun CC workaroundweidai2007-04-161-3/+8
* update version number, port to Sun C++ 5.8weidai2006-12-181-3/+3
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-9/+10
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-3/+8