| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Keccak to the round 3 variant announced 2011-01-17 | lloyd | 2011-01-20 | 1 | -1608/+1608 |
* | Add a simple but functioning implementation of Keccak. Only the | lloyd | 2010-12-10 | 1 | -6/+9558 |
* | Update Skein-512 for the new 1.3 specification, just changes the key | lloyd | 2010-11-03 | 1 | -3452/+1560 |
* | Longer CTR test | lloyd | 2010-10-29 | 1 | -0/+50 |
* | Simple standalone base64 encoder | lloyd | 2010-10-28 | 1 | -0/+4 |
* | In all cases where the block size of the cipher is fixed, the key | lloyd | 2010-10-14 | 1 | -226/+68 |
* | Add a set of tests devised by Rivest which are designed to detect a | lloyd | 2010-09-23 | 1 | -0/+18 |
* | Add 3 more tests of Tiger, test vectors via Crypto++ | lloyd | 2010-08-23 | 1 | -0/+20 |
* | When creating a PBKDF2, first check if the argument name is a known | lloyd | 2010-08-21 | 1 | -0/+5 |
* | Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases, | lloyd | 2010-08-21 | 1 | -0/+4 |
* | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 1 | -5/+5 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 1 | -935/+0 |
* | Another XTEA vector | lloyd | 2010-05-10 | 1 | -0/+1 |
* | Modify the implementation of multiplication mod 65537 used in IDEA to | lloyd | 2010-04-30 | 1 | -0/+520 |
* | Add a couple of Comb4P tests, generated by the python implementation | lloyd | 2010-04-23 | 1 | -0/+9 |
* | Add XSalsa20 | lloyd | 2010-03-03 | 1 | -0/+82 |
* | Add a set of test vectors for 3DES in counter mode generated by | lloyd | 2010-01-29 | 1 | -0/+2746 |
* | Add a set of XTS tests using TripleDES; XTS mode supports either a 64-bit | lloyd | 2010-01-28 | 1 | -0/+1408 |
* | Fix several buffering problems in the XTS implementation that would | lloyd | 2010-01-25 | 1 | -0/+7110 |
* | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 1 | -0/+2021 |
* | Add block cipher cascade | lloyd | 2010-01-11 | 1 | -0/+46 |
* | Split AES tests by key length for AES-NI | lloyd | 2010-01-05 | 1 | -44/+45 |
* | Specific large tests for AES-128 to hit engines | lloyd | 2010-01-04 | 1 | -3/+7 |
* | Add last nights project, an SSE2 implementation of IDEA. Right about 4x | lloyd | 2009-12-23 | 1 | -0/+17 |
* | Split the AES vectors into 3 specifically named AES-128, AES-192, and | lloyd | 2009-11-10 | 1 | -1651/+1650 |
* | Add TEA and XTEA ECB vectors | lloyd | 2009-10-23 | 1 | -0/+650 |
* | Add test vectors for TEA and XTEA in CTR mode | lloyd | 2009-10-23 | 1 | -0/+1242 |
* | Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F... | lloyd | 2009-10-14 | 1 | -0/+7 |
* | Use the new selftest framework for testing hashes, MACs, and ciphers. | lloyd | 2009-10-07 | 1 | -1217/+36 |
* | Remove redundant SHA-1 test vector of empty input | lloyd | 2009-09-22 | 1 | -1/+0 |
* | Add 4 test vectors for HMAC(BMW-512) | lloyd | 2009-09-21 | 1 | -0/+41 |
* | Update the implementation of Blue Midnight Wish to use the Round 2 tweaked | lloyd | 2009-09-21 | 1 | -512/+1122 |
* | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 1 | -0/+1914 |
* | propagate from branch 'net.randombit.botan.1_8' (head ef51dd2869ed38dae3aeb1c... | lloyd | 2009-09-15 | 1 | -0/+822 |
|\ |
|
| * | Add a couple of Serpent/XTS test vectors (SQLite data pages) | lloyd | 2009-09-10 | 1 | -0/+273 |
| * | Add some longer Serpent CTR vectors | lloyd | 2009-08-12 | 1 | -0/+460 |
| * | Modify Keyed_Filter so it is a pure interface | lloyd | 2009-08-11 | 1 | -0/+89 |
* | | Change Skein-512 to match the tweaked 1.2 specification. Round constants | lloyd | 2009-09-15 | 1 | -18454/+1637 |
|/ |
|
* | Add a set of Serpent/CTR tests. The primary reason for this is because | lloyd | 2009-08-10 | 1 | -0/+541 |
* | Mark Skein_512 with the BOTAN_DLL macro | lloyd | 2009-06-06 | 1 | -2/+21 |
* | Add an implementation of Skein-512 | lloyd | 2009-06-02 | 1 | -0/+26444 |
* | Add XTS mode, from IEEE P1619 | lloyd | 2009-04-16 | 1 | -0/+367 |
* | Add the GOST 34.11 hash function. Pretty slow, but functional. | lloyd | 2009-04-07 | 1 | -0/+70 |
* | Add a set of test vectors for GOST 28147-89 using the CryptoPro params | lloyd | 2009-04-01 | 1 | -0/+32 |
* | Use the full name for the GOST test vectors | lloyd | 2009-03-31 | 1 | -1/+1 |
* | GOST was using a completely non-standard set of sboxes. Change it to use | lloyd | 2009-03-27 | 1 | -20/+59 |
* | Add a few test vectors for SHA-1 with longer inputs | lloyd | 2008-11-23 | 1 | -0/+129 |
* | Another check for Parallel matching TLS.Digest.0 check | lloyd | 2008-11-10 | 1 | -0/+3 |
* | Remove stray text | lloyd | 2008-10-28 | 1 | -1/+0 |
* | Add a CBC-MAC/AES test vector from Bounce Castle via InSiTo's cbcmac_tests.cpp | lloyd | 2008-10-14 | 1 | -0/+6 |