summaryrefslogtreecommitdiff
path: root/modes.h
Commit message (Expand)AuthorAgeFilesLines
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-0/+1
* - add EAX mode, XSalsa20weidai2009-03-121-26/+8
* changes for 5.6: weidai2009-03-021-32/+22
* fixes for GCC 4.3.2 (reports from Chris Morgan and DiegoT)weidai2008-11-211-3/+3
* fix infinite recursive call in IsRandomAccess (reported by ASBai)weidai2008-02-021-2/+2
* fix AlgorithmName() for ExternalCipher classes and move SetCipher() into Ciph...weidai2007-12-051-21/+19
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-4/+1
* rename STRUCTURED_IV to UNIQUE_IV. assert correct cipher directionweidai2007-04-161-2/+6
* port to Borland C++Builder 2006weidai2006-12-141-1/+2
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-6/+3
* fix StaticAlgorithmName() for CTR modeweidai2006-07-171-1/+1
* fix MSVC 2005 warningsweidai2006-03-131-6/+7
* port to MSVC .NET 2005 beta 2weidai2005-07-121-23/+23
* changes done for FIPS-140 lab code dropweidai2005-01-201-7/+7
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-3/+12
* port to GCC 3.4weidai2004-06-191-17/+17
* add CFB mode FIPS variantweidai2004-04-291-0/+15
* fix "feedbackSize not used" exceptionweidai2004-03-091-1/+6
* fix bugs in 64-bit CPU supportweidai2003-07-251-1/+1
* misc changesweidai2003-07-181-5/+12
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-37/+68
* add CRYPTOPP_NO_VTABLEweidai2003-05-161-12/+12
* fix bugs in SEAL and Panamaweidai2003-03-261-11/+25
* fix whitespace problemsweidai2003-02-241-135/+135
* add missing #include, and fix CounterMode typedefweidai2003-02-031-1/+2
* make CTS functions publicweidai2002-10-151-2/+3
* bug fix and optimizationweidai2002-10-061-13/+1
* bug fixesweidai2002-10-061-140/+140
* Initial revisionweidai2002-10-041-0/+380