summaryrefslogtreecommitdiff
path: root/wake.h
Commit message (Collapse)AuthorAgeFilesLines
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-16/+0
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-3/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-14/+14
| | | | 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
* spelling fixesklemens2016-12-271-3/+3
|
* 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
|
* Updated documentation for Crypto++ 1.0 algorithmsJeffrey Walton2016-10-261-0/+3
|
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-1/+1
|
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-2/+9
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-0/+5
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-5/+0
| | | | | | 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-0/+5
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-63/+63
|
* remove WAKE-CFBweidai2010-07-061-24/+1
|
* fix infinite recursive call in IsRandomAccess (reported by ASBai)weidai2008-02-021-1/+1
|
* move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'weidai2007-04-151-1/+3
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
|
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-8/+16
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-3/+3
|
* add CRYPTOPP_NO_VTABLEweidai2003-05-161-2/+2
|
* Initial revisionweidai2002-10-041-0/+76