summaryrefslogtreecommitdiff
path: root/strciphr.h
Commit message (Expand)AuthorAgeFilesLines
* Try fix ProcessData in CFB_CipherTemplate and AdditiveCipherTemplateJeffrey Walton2022-02-131-4/+1
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-3/+3
* Update documentationJeffrey Walton2021-11-291-2/+2
* Whitespace check-inJeffrey Walton2021-11-291-1/+1
* Update documentation (GH #1088)Jeffrey Walton2021-11-271-0/+12
* Clear MSVC warningJeffrey Walton2021-06-031-1/+1
* Fix typosJeffrey Walton2021-04-091-2/+2
* Fix CTR mode when using FileSource (GH #683, GH #1010)Jeffrey Walton2021-03-171-1/+4
* Avoid memcpy in AdditiveCipherTemplate<S>::ProcessData (GH #683, GH #1010, PR...Jeffrey Walton2021-03-161-1/+4
* Update documentationJeffrey Walton2021-03-161-57/+55
* Add EnumToInt conversion macro for enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-6/+6
* Clear C++20 enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-26/+26
* 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