summaryrefslogtreecommitdiff
path: root/rsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changes for 5.6: weidai2009-03-021-1/+1
| | | | | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@433 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@432 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix comment typoweidai2007-04-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@296 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* update version number, port to Sun C++ 5.8weidai2006-12-181-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@265 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes done for FIPS-140 lab code dropweidai2005-01-201-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@195 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix DivideByZero exception in InvertibleRSAFunction(n, e, d)weidai2004-05-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@166 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add check for invalid RSA private key given n, e, dweidai2004-04-291-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@164 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* misc changesweidai2003-07-181-6/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@103 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@98 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix GCC compileweidai2003-07-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@92 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@87 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* minor changesweidai2003-03-251-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@53 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix warnings for VC7 and GCCweidai2003-03-201-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@43 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* various changes for 5.1weidai2003-03-201-22/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@38 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* Initial revisionweidai2002-10-041-0/+236
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@2 57ff6487-cd31-0410-9ec3-f628ee90f5f0