summaryrefslogtreecommitdiff
path: root/modes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-13/+13
* Fix CTR mode when using FileSource (GH #683, GH #1010)Jeffrey Walton2021-03-171-1/+1
* Add XTS block cipher mode of operation (GH #891, PR #892)Jeffrey Walton2019-10-121-1/+1
* Clear conversion wanrings under MSVCJeffrey Walton2018-08-201-1/+1
* Clear conversion wanrings under MSVCJeffrey Walton2018-08-201-1/+1
* Clear IBM XLC warnings on PowerPCJeffrey Walton2018-08-121-7/+8
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-101-3/+3
* Clear conversion warningJeffrey Walton2018-07-101-1/+1
* Add PtrAdd and PtrSub helper functionsJeffrey Walton2018-07-101-28/+31
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-091-22/+31
* Add additional asserts in modes.cppJeffrey Walton2018-07-081-13/+26
* Update documentationJeffrey Walton2017-10-011-2/+2
* Update StreamTransformation and ProcessLastBlockJeffrey Walton2017-09-291-21/+30
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-146/+31
* Aligned buffers in CTR modeJeffrey Walton2017-09-041-52/+82
* Fixup under-aligned buffers for AltiVec and Power8Jeffrey Walton2017-09-041-31/+116
* Add variable block size support for block ciphersJeffrey Walton2017-05-011-3/+3
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-9/+0
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-3/+3
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-2/+2
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-13/+13
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-2/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-4/+8
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-260/+276
* Remove implementation of ResizeBuffer() from headersZireael2015-10-261-0/+12
* Whitespace checkinJeffrey Walton2015-07-301-1/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-11/+11
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-1/+2
* Cleared UBsan errorsJeffrey Walton2015-07-191-5/+7
* 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