summaryrefslogtreecommitdiff
path: root/TestVectors
Commit message (Collapse)AuthorAgeFilesLines
* fix line endingsweidai2013-01-261-845/+845
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@536 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add SHA-3weidai2013-01-193-1/+923
| | | | | | | | update DSA to FIPS 186-3 update version numbers git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@535 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add HMAC/SHA2 test vectorsweidai2010-08-081-0/+156
| | | | | | | fix cosmetic issues with test suite git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@517 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add longer self-generated test vectorsweidai2010-07-242-0/+81
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@507 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* remove WAKE-CFBweidai2010-07-061-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@501 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix incorrect encryption bug with WAKE-OFB that was introduced in version ↵weidai2009-10-312-0/+17
| | | | | | 5.5 (reported by John Famiglietti) git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@479 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix EC2N skipping of optional seed, switch to public domain MARS code, ↵weidai2009-03-282-0/+67
| | | | | | deliver vc80.pdb to OutDir git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@461 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* - add EAX mode, XSalsa20weidai2009-03-123-0/+499
| | | | | | | | | - speed up GCM key setup - wipe stack in AES assembly code - speed up CFB mode git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@444 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add x86/x64 assembly for SHA-256,weidai2009-03-101-25/+25
| | | | | | | | 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-0210-68/+593
| | | | | | | | | - 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
* fix incorrect VMAC computation on message lengths that are >64 mod 128weidai2009-01-241-0/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@431 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* update to draft-01weidai2007-05-041-6/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@327 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* new test vectors. 'Test: Encrypt' now tests decryption alsoweidai2007-04-1510-2900/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@279 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add Salsa20 cipherweidai2006-12-093-0/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@247 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* Updated to Whirlpool version 3.0weidai2006-12-091-3074/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@241 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* additional AES test vectorsweidai2006-07-172-1/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@225 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add SHA-224weidai2004-07-231-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@191 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add Panama test vectorsweidai2004-07-225-4/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@185 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add XTEA and BTEAweidai2003-07-304-4/+840
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@119 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* *** empty log message ***weidai2003-04-154-0/+19642
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@56 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix bug in Grouperweidai2003-04-151-0/+4
| | | | | | | | | | | 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 bugs in SEAL and Panamaweidai2003-03-262-0/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@54 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix RW/EMSA2 standard conformance bugweidai2003-03-202-651/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@40 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* various changes for 5.1weidai2003-03-205-66/+3568
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@38 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* *** empty log message ***weidai2002-10-294-12/+189
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@16 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* *** empty log message ***weidai2002-10-272-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@15 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* *** empty log message ***weidai2002-10-271-0/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@14 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* *** empty log message ***weidai2002-10-276-0/+3378
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@13 57ff6487-cd31-0410-9ec3-f628ee90f5f0