summaryrefslogtreecommitdiff
path: root/modes.h
Commit message (Expand)AuthorAgeFilesLines
* Add XTS block cipher mode of operation (GH #891, PR #892)Jeffrey Walton2019-10-121-2/+4
* Update documentationJeffrey Walton2018-11-151-0/+3
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-1/+1
* Clear IBM XLC warnings on PowerPCJeffrey Walton2018-08-121-1/+2
* Avoid cast in PtrDiffJeffrey Walton2018-07-101-1/+2
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-091-22/+38
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+10
* Update documentationJeffrey Walton2018-07-061-0/+24
* Update documentationJeffrey Walton2018-07-061-2/+61
* Fix clang warnings in headers (#655)Marcel Raad2018-05-101-2/+2
* Update documentationJeffrey Walton2018-01-221-0/+4
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-29/+0
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-102/+102
* Update documentationJeffrey Walton2017-11-181-7/+35
* Update StreamTransformation and ProcessLastBlockJeffrey Walton2017-09-291-9/+2
* Update documentationJeffrey Walton2017-09-291-3/+6
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-9/+13
* Fixup under-aligned buffers for AltiVec and Power8Jeffrey Walton2017-09-041-13/+9
* Update documentationJeffrey Walton2017-07-271-1/+1
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+12
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-12/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+12
* Add variable block size support for block ciphersJeffrey Walton2017-05-011-3/+6
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-3/+3
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* 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