summaryrefslogtreecommitdiff
path: root/emsa2.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-4/+0
|
* Fix Clang specialization and definition warnings (GH #300, GH #533)Jeffrey Walton2017-12-261-0/+10
| | | | Clang 3.8 and above generates lots of "'PKCS_DigestDecoration<SHA1>::decoration' required here, but no definition is available" warnings
* Fix failed self test under Clang (GH #533)Jeffrey Walton2017-12-251-9/+2
| | | | This may cause GH #300, "Clang 3.9 and missing member definitions for template classes" or GH #294, "Fix clang warnings about undefined variable templates in pkcspad.h" to resurface. Man I hope not...
* Update documentationJeffrey Walton2017-12-241-7/+21
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-4/+4
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-1/+1
| | | | This pedantic message appeared all over the code. Also removed one warning about an unused variable in release build.
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-1/+1
|
* Clang 3.9 and missing member definitions for template classes (Issue 300)Jeffrey Walton2016-09-221-4/+4
|
* Whitespace checkinJeffrey Walton2016-09-101-2/+2
|
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-1/+1
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-4/+5
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-6/+4
| | | | | | garbage to the end of some source files during drag and drop from guest to host. This reverts commit c45435812225aa68d122c7de246e5f60b509766c.
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-4/+6
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-86/+87
|
* Removed execute bit from C++ header and source filesJeffrey Walton2015-06-241-0/+0
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
|
* add missing filesweidai2005-02-101-0/+86