summaryrefslogtreecommitdiff
path: root/rsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure RSA m_u is not 0 for small moduli (GH #1136, PR #1137)Jeffrey Walton2022-08-051-13/+18
* Fix use of bitwise OR with booleans in rsa.cpp (GH #1114)Jeffrey Walton2022-03-261-1/+1
* Add PKCS #1 SHA3-based signatures (GH #517)Jeffrey Walton2017-10-041-1/+6
* Fix Clang warning on missing template definitionsJeffrey Walton2017-08-161-0/+1
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-11/+11
* Add asserts to validation routinesJeffrey Walton2017-01-291-0/+16
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-3/+3
* Whitespace checkinJeffrey Walton2016-09-101-2/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-2/+4
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-307/+306
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared virtual destructor warning by explicitly adding themJeffrey Walton2015-07-171-0/+2
* changes for 5.6: weidai2009-03-021-1/+1
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-1/+1
* fix comment typoweidai2007-04-161-1/+1
* update version number, port to Sun C++ 5.8weidai2006-12-181-4/+4
* changes done for FIPS-140 lab code dropweidai2005-01-201-0/+14
* fix DivideByZero exception in InvertibleRSAFunction(n, e, d)weidai2004-05-031-1/+1
* add check for invalid RSA private key given n, e, dweidai2004-04-291-0/+10
* misc changesweidai2003-07-181-6/+5
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-6/+4
* fix GCC compileweidai2003-07-111-2/+2
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-5/+7
* minor changesweidai2003-03-251-2/+6
* fix warnings for VC7 and GCCweidai2003-03-201-4/+4
* various changes for 5.1weidai2003-03-201-22/+63
* Initial revisionweidai2002-10-041-0/+236