summaryrefslogtreecommitdiff
path: root/oaep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-3/+3
* C++17 compatible lambda expressions to replace `bind2nd` (#559)Kirit Sælensminde2018-01-121-1/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-104/+98
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-3/+4
* Whitespace checkinJeffrey Walton2015-07-301-1/+1
* Cleared "no member named 'unique_ptr' in namespace 'std'" error under C++11 o...Jeffrey Walton2015-07-301-21/+6
* Added "include <cryptlib.h>" due to Cygwin not picking up the CRYPTOPP_CXX11 ...Jeffrey Walton2015-07-271-0/+1
* Cleared "auto_ptr is deprecated" warning. Switch to unique_ptr when C++11 is ...Jeffrey Walton2015-07-271-2/+17
* Cleared "auto_ptr is deprecated" warning. Switch to unique_ptr when C++11 is ...Jeffrey Walton2015-07-271-1/+6
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Cleared signed/unsigned warnings under Visual Studio.Jeffrey Walton2015-07-201-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-7/+7
* misc changesweidai2003-07-181-1/+5
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-36/+22
* various changes for 5.1weidai2003-03-201-4/+8
* Initial revisionweidai2002-10-041-0/+103