summaryrefslogtreecommitdiff
path: root/strciphr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Try fix ProcessData in CFB_CipherTemplate and AdditiveCipherTemplateJeffrey Walton2022-02-131-56/+14
* Update comments in strcpher.cppJeffrey Walton2021-11-291-25/+31
* Add ASSERT in ProcessData to warn of non-distinct buffers (GH #1088)Jeffrey Walton2021-11-281-0/+8
* Update AdditiveCipherTemplate<S>::ProcessData (GH #1010)Jeffrey Walton2021-04-091-2/+6
* Clear Clang warningsJeffrey Walton2021-03-211-0/+2
* Update tempOutString buffer length calculationJeffrey Walton2021-03-171-2/+2
* Update commentsJeffrey Walton2021-03-171-11/+0
* Update commentsJeffrey Walton2021-03-171-2/+2
* Fix CTR mode when using FileSource (GH #683, GH #1010)Jeffrey Walton2021-03-171-47/+80
* Avoid memcpy in AdditiveCipherTemplate<S>::ProcessData (GH #683, GH #1010, PR...Jeffrey Walton2021-03-161-26/+40
* Cleanup CFB mode for Cryptogams AESJeffrey Walton2020-04-131-18/+23
* Add ability to Seek64 in test framework (GH #732)Jeffrey Walton2018-11-041-11/+5
* Update commentsJeffrey Walton2018-10-141-3/+2
* Enable same buffer for in and out on ARM A-32 (GH #683)Jeffrey Walton2018-10-131-13/+14
* Clear unused variable warningJeffrey Walton2018-07-141-1/+1
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-121-5/+5
* Revert "Increase use of ptrdiff_t when performing pointer math"Jeffrey Walton2018-07-121-6/+43
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-121-43/+6
* Update commentsJeffrey Walton2018-07-121-3/+34
* Disable same buffer for in and out on ARM A-32 (GH #683)Jeffrey Walton2018-07-121-1/+6
* Add ARM AES asm implementation from Cryptogams (GH #683)Jeffrey Walton2018-07-111-0/+1
* Add PtrAdd and PtrSub helper functionsJeffrey Walton2018-07-101-44/+37
* Squash MS LNK4221 and libtool warningsJeffrey Walton2018-07-061-0/+5
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-21/+12
* Fixup under-aligned buffers for stream ciphers on AltiVec and Power8Jeffrey Walton2017-09-041-12/+21
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-4/+4
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-253/+252
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-4/+4
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* changes for 5.6: weidai2009-03-021-35/+31
* add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interfaceweidai2007-05-041-16/+0
* SSE2 optimizationsweidai2007-04-151-16/+64
* update version number, port to Sun C++ 5.8weidai2006-12-181-0/+29
* port to Borland C++Builder 2006weidai2006-12-141-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-6/+6
* port to GCC 3.4weidai2004-06-191-7/+7
* add CFB mode FIPS variantweidai2004-04-291-0/+2
* fix bugs in 64-bit CPU supportweidai2003-07-251-1/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+5
* fix warnings for VC7 and GCCweidai2003-03-201-1/+1
* add script-driven testingweidai2002-12-061-1/+1
* Initial revisionweidai2002-10-041-0/+188