summaryrefslogtreecommitdiff
path: root/strciphr.h
Commit message (Expand)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-30/+30
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-1/+1
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-1/+1
* Update documentationJeffrey Walton2019-01-261-3/+12
* Remove potential UB from CFB_CipherConcretePolicyJeffrey Walton2018-11-191-9/+22
* Update documentationJeffrey Walton2018-07-121-1/+1
* Revert "Increase use of ptrdiff_t when performing pointer math"Jeffrey Walton2018-07-121-1/+1
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-121-1/+1
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-101-0/+3
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-17/+81
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-1/+2
* Update documentationJeffrey Walton2018-07-031-6/+18
* Fix clang warnings in headers (#655)Marcel Raad2018-05-101-1/+1
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-12/+0
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-276/+276
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-3/+4
* Fixup under-aligned buffers for stream ciphers on AltiVec and Power8Jeffrey Walton2017-09-041-4/+3
* Update documentationJeffrey Walton2017-07-271-2/+1
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-1/+1
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-1/+1
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-1/+1
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-4/+4
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* spelling fixesklemens2016-12-271-3/+3
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-1/+1
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-2/+4
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-6/+8
* Whitespace checkinJeffrey Walton2016-09-101-4/+4
* Updated documentationJeffrey Walton2016-04-221-2/+2
* Updated documentationJeffrey Walton2016-04-211-32/+338
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-309/+325
* Cleared compiler error when compiling with "-DDEBUG"Jeffrey Walton2015-07-261-0/+2
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-6/+6
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared -Wparentheses from GCC 5.1Jeffrey Walton2015-07-191-2/+2
* - add EAX mode, XSalsa20weidai2009-03-121-1/+1
* fix compile on ICC 11weidai2009-03-041-0/+1
* changes for 5.6: weidai2009-03-021-9/+8
* fix infinite recursive call in IsRandomAccess (reported by ASBai)weidai2008-02-021-3/+3
* add missing virtual destructorsweidai2007-06-011-0/+2
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-5/+0
* fix compile on Sun CCweidai2007-04-161-1/+1
* SSE2 optimizationsweidai2007-04-151-42/+54
* update version number, port to Sun C++ 5.8weidai2006-12-181-27/+3
* port to Borland C++Builder 2006weidai2006-12-141-2/+6
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-14/+8
* port to GCC 4weidai2005-09-051-9/+13
* port to MSVC .NET 2005 beta 2weidai2005-07-121-20/+20
* fix WAKE_CFBweidai2004-09-031-5/+10
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-1/+2