summaryrefslogtreecommitdiff
path: root/modes.h
Commit message (Expand)AuthorAgeFilesLines
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-12/+12
* Commented typedef guarded by CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITYJeffrey Walton2016-12-031-2/+2
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-44/+26
* Silence select conversion warnings (Issue 340)Jeffrey Walton2016-12-021-0/+12
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-6/+6
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-6/+6
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-6/+6
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-9/+35
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-26/+44
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-415/+441
* Remove implementation of ResizeBuffer() from headersZireael2015-10-261-10/+2
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* 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