summaryrefslogtreecommitdiff
path: root/cryptlib.h
Commit message (Expand)AuthorAgeFilesLines
* Added test for 'v<0' in GetAsUIntValuenoloader2015-07-091-1/+1
* Added GetAsUIntValue{WithDefault} to help manage signed/unsigned warnings. Th...noloader2015-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
* add missing Ref() functionweidai2006-03-131-0/+5
* update inline docweidai2005-09-051-9/+9
* update documentation versionweidai2005-07-131-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-92/+99
* changes done for FIPS-140 lab code dropweidai2005-01-201-5/+5
* changes related to the next FIPS validationweidai2004-09-031-1/+1
* add SHA-224weidai2004-07-231-1/+1
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-20/+21
* fix comment markweidai2003-10-311-1/+1
* fix bugs in 64-bit CPU supportweidai2003-07-251-1/+1
* fix passing std::string by valueweidai2003-07-191-2/+2
* misc changesweidai2003-07-181-3/+5
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-58/+33
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-3/+3
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-59/+82
* misc optimizationsweidai2003-05-161-49/+55
* *** empty log message ***weidai2003-05-151-5/+3
* remove default NullRNG() for signingweidai2003-04-221-1/+1
* fix bugs in SEAL and Panamaweidai2003-03-261-0/+3
* various changes for 5.1weidai2003-03-201-117/+110
* bug fixes and KAT for X9.17 RNGweidai2002-10-171-1/+1
* Initial revisionweidai2002-10-041-0/+1571