summaryrefslogtreecommitdiff
path: root/ripemd.h
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationJeffrey Walton2018-01-221-0/+4
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-4/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-20/+20
| | | | 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-4/+4
| | | | 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-4/+4
|
* Updated documentationJeffrey Walton2016-10-151-7/+18
|
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-4/+4
|
* Additional documentation; fixed issues with Clang integrated assembler and ↵Jeffrey Walton2015-11-191-0/+5
| | | | different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-49/+49
|
* changes related to the next FIPS validationweidai2004-09-031-3/+5
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-24/+8
|
* fix bug in Grouperweidai2003-04-151-0/+39
| | | | | | | | add RIPEMD-???, Whirlpool, Shacal2, Camellia, Two-Track MAC (Kevin Springle) change ChannelSwitch to allow non-blocking input (denis bider) change Redirector to allow more options (denis bider) fix MaurerRandomnessTest optimize MD2 (Kevin Springle)
* Initial revisionweidai2002-10-041-0/+24