Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add key 2 tests from rfc 6229 | Paul Kehrer | 2013-11-01 | 7 | -0/+882 |
| | |||||
* | ARC4 vectors from RFC 6229 reformatted for NIST loader | Paul Kehrer | 2013-11-01 | 7 | -0/+879 |
| | |||||
* | CAST5 support + ECB vectors | Paul Kehrer | 2013-10-31 | 1 | -0/+19 |
| | |||||
* | blowfish support + test vectors | Paul Kehrer | 2013-10-31 | 4 | -0/+329 |
| | | | | | Vectors sourced from https://www.schneier.com/code/vectors.txt but reformatted to comply with our NIST loader | ||||
* | move AES/3DES vectors into mode dirs and separate SHA vectors | Paul Kehrer | 2013-10-31 | 210 | -0/+17 |
| | |||||
* | restructure vectors into ciphers/hashes/hmac | Paul Kehrer | 2013-10-30 | 228 | -0/+0 |
| | |||||
* | NIST AES XTS vectors. | Paul Kehrer | 2013-10-28 | 4 | -0/+32052 |
| | | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/aes/XTSTestVectors.zip OpenSSL supports the 128-bit hex tweak so that's what we'll be using initially | ||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 224 | -0/+549156 |