summaryrefslogtreecommitdiff
path: root/dll.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add missing overrides for new [] and delete []weidai2003-10-311-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@139 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* reduce source file dependenciesweidai2003-10-141-28/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@137 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* guard against potential integer overflow in allocatorsweidai2003-08-041-10/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@128 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@98 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix for Unixweidai2003-07-111-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@94 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix for Unixweidai2003-07-111-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@93 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix GCC compileweidai2003-07-111-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@92 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-34/+77
| | | | | | | attempt (failed) to build DLL with GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@90 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+100
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@87 57ff6487-cd31-0410-9ec3-f628ee90f5f0