summaryrefslogtreecommitdiff
path: root/oaep.cpp
Commit message (Collapse)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
| | | | | | | | | | | | | | * Conditionally use a lambda rather than the older `bind2nd` style. * Duplicate the if statements. * Centralise the conditional compilation to an implementation of find_if_not. * Refactoring of name and code placement after review. * Use `FindIfNot` where appropriate. * Remove whitespace.
* 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
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-104/+98
|
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace ↵Jeffrey Walton2015-08-031-3/+4
| | | | version)
* Whitespace checkinJeffrey Walton2015-07-301-1/+1
|
* Cleared "no member named 'unique_ptr' in namespace 'std'" error under C++11 ↵Jeffrey Walton2015-07-301-21/+6
| | | | on OS X
* Added "include <cryptlib.h>" due to Cygwin not picking up the CRYPTOPP_CXX11 ↵Jeffrey Walton2015-07-271-0/+1
| | | | define
* Cleared "auto_ptr is deprecated" warning. Switch to unique_ptr when C++11 is ↵Jeffrey Walton2015-07-271-2/+17
| | | | in effect
* Cleared "auto_ptr is deprecated" warning. Switch to unique_ptr when C++11 is ↵Jeffrey Walton2015-07-271-1/+6
| | | | in effect
* 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