summaryrefslogtreecommitdiff
path: root/test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed potential missing argument when using tv subcommand with argv[2]. ↵noloader2015-06-271-2/+20
| | | | | | Print OMP thread count when usong OpenMP git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@545 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix usage.dat pathweidai2009-03-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@449 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add x86/x64 assembly for SHA-256,weidai2009-03-101-2/+2
| | | | | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@440 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes for 5.6: weidai2009-03-021-22/+19
| | | | | | | | | - 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
* update version number to 5.5.2weidai2007-08-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@386 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interfaceweidai2007-05-041-7/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@342 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changed hash functions for m commandweidai2007-04-161-22/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@303 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add V (version) optionweidai2006-12-181-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@264 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to Borland C++Builder 2006weidai2006-12-141-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@260 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@248 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add Salsa20 cipherweidai2006-12-091-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@247 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile on Unixweidai2006-09-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@239 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* change DLL integrity self-test to allow DLL to be Authenticode signedweidai2006-07-301-12/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@233 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@219 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix MSVC 2005 warningsweidai2006-03-131-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@217 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* upgrade project files to MSVC 2005 and add x64 platformweidai2006-01-301-30/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@215 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to GCC 4weidai2005-09-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@211 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to MSVC .NET 2005 beta 2weidai2005-07-121-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@198 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes done for FIPS-140 lab code dropweidai2005-01-201-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@195 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@186 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to CodeWarrior 8.3weidai2004-06-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@175 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add b2 commandweidai2003-08-011-6/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@124 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* split bench.cpp in 2 for alpha (.got subsegment exceeds 64K)weidai2003-07-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@117 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* remove Diamond2, code size reductionsweidai2003-07-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@107 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* misc changesweidai2003-07-181-5/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@103 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix for Unixweidai2003-07-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@97 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix for Unixweidai2003-07-111-3/+1
| | | | 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-155/+128
| | | | | | | 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-203/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@87 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add missing #includeweidai2003-07-011-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@85 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fixes/workarounds for GCCweidai2003-06-191-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@83 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* sync with private branchweidai2003-06-061-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@76 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* *** empty log message ***weidai2003-05-151-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@67 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* workaround for GCCweidai2003-04-261-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@65 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes for VS.NET 2003weidai2003-04-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@59 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix bug in Grouperweidai2003-04-151-2/+13
| | | | | | | | | | | add RIPEMD-???, Whirlpool, Shacal2, Camellia, Two-Track MAC (Kevin Springle) change ChannelSwitch to allow non-blocking input (denis bider) change Redirector to allow more options (denis bider) fix MaurerRandomnessTest optimize MD2 (Kevin Springle) git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@55 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix warnings for VC7 and GCCweidai2003-03-201-2/+2
| | | | 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-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@38 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add script-driven testingweidai2002-12-061-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@24 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix typoweidai2002-10-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@9 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* compatibility fixes for MacOS Xweidai2002-10-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@6 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* Initial revisionweidai2002-10-041-0/+917
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@2 57ff6487-cd31-0410-9ec3-f628ee90f5f0