summaryrefslogtreecommitdiff
path: root/modes.h
Commit message (Collapse)AuthorAgeFilesLines
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@508 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* - add EAX mode, XSalsa20weidai2009-03-121-26/+8
| | | | | | | | | - speed up GCM key setup - wipe stack in AES assembly code - speed up CFB mode git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@444 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes for 5.6: weidai2009-03-021-32/+22
| | | | | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@433 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fixes for GCC 4.3.2 (reports from Chris Morgan and DiegoT)weidai2008-11-211-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@422 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix infinite recursive call in IsRandomAccess (reported by ASBai)weidai2008-02-021-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@421 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix AlgorithmName() for ExternalCipher classes and move SetCipher() into ↵weidai2007-12-051-21/+19
| | | | | | CipherModeBase git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@417 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-4/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@340 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* rename STRUCTURED_IV to UNIQUE_IV. assert correct cipher directionweidai2007-04-161-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@311 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to Borland C++Builder 2006weidai2006-12-141-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@260 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-6/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@248 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix StaticAlgorithmName() for CTR modeweidai2006-07-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@228 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix MSVC 2005 warningsweidai2006-03-131-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@217 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to MSVC .NET 2005 beta 2weidai2005-07-121-23/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@198 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes done for FIPS-140 lab code dropweidai2005-01-201-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@195 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@186 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to GCC 3.4weidai2004-06-191-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@168 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add CFB mode FIPS variantweidai2004-04-291-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@165 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix "feedbackSize not used" exceptionweidai2004-03-091-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@149 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix bugs in 64-bit CPU supportweidai2003-07-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@112 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* misc changesweidai2003-07-181-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@103 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-37/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@87 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add CRYPTOPP_NO_VTABLEweidai2003-05-161-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@69 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix bugs in SEAL and Panamaweidai2003-03-261-11/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@54 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix whitespace problemsweidai2003-02-241-135/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@30 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add missing #include, and fix CounterMode typedefweidai2003-02-031-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@27 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* make CTS functions publicweidai2002-10-151-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@10 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* bug fix and optimizationweidai2002-10-061-13/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@8 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* bug fixesweidai2002-10-061-140/+140
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@7 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* Initial revisionweidai2002-10-041-0/+380
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@2 57ff6487-cd31-0410-9ec3-f628ee90f5f0