summaryrefslogtreecommitdiff
path: root/oaep.h
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationJeffrey Walton2018-01-221-0/+10
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-3/+3
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-1/+1
| | | | | | This should have happened when we removed most of MAINTAIN_BACKWARDS_COMPATIBILITY artifacts. Its not practical move SHA1 into Weak:: namespace or "typedef SHA256 SHA" because SHA1 is too intertwined at the moment. In the interim, maybe we can place SHA1 in both CryptoPP:: and Weak:: namespaces. This will allow us to transition into Weak::SHA1 over time, and signal to users SHA1 should be avoided.
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-2/+3
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-42/+43
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-1/+1
|
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-1/+2
|
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-8/+21
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+3
|
* various changes for 5.1weidai2003-03-201-4/+4
|
* Initial revisionweidai2002-10-041-0/+25