summaryrefslogtreecommitdiff
path: root/modes.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix CTR mode not allowing NULL as IVweidai2010-08-051-1/+3
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-3/+3
* - add EAX mode, XSalsa20weidai2009-03-121-0/+49
* changes for 5.6: weidai2009-03-021-76/+61
* optimize ECB/CBC modesweidai2007-05-051-29/+18
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-14/+0
* rename STRUCTURED_IV to UNIQUE_IV. assert correct cipher directionweidai2007-04-161-0/+1
* port to Borland C++Builder 2006weidai2006-12-141-1/+1
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-7/+2
* optimization in CBC_Decryption::ProcessBlocks()weidai2006-07-171-2/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-9/+9
* changes done for FIPS-140 lab code dropweidai2005-01-201-14/+0
* fix bugs in 64-bit CPU supportweidai2003-07-251-1/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-15/+18
* fix bugs in SEAL and Panamaweidai2003-03-261-22/+6
* fix whitespace problemsweidai2003-02-241-8/+8
* Seek() bug fixweidai2003-02-041-2/+2
* bug fixes and KAT for X9.17 RNGweidai2002-10-171-3/+5
* bug fix and optimizationweidai2002-10-061-8/+45
* Initial revisionweidai2002-10-041-0/+227