Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly decode plaintext before encrypting it | Donald Stufft | 2013-08-09 | 2 | -16/+32 |
| | |||||
* | Use the NIST MMT vectors to test AES-CBC w/ no padding | Donald Stufft | 2013-08-09 | 19 | -13/+2348 |
| | |||||
* | Reduce code duplication | Alex Gaynor | 2013-08-08 | 1 | -80/+19 |
| | |||||
* | Style | Alex Gaynor | 2013-08-08 | 1 | -2/+1 |
| | |||||
* | Use the NIST KAT vectors to test AES-CBC w/ no padding | Donald Stufft | 2013-08-09 | 72 | -0/+73644 |
| | |||||
* | Tests now running against the NIST vectors | Alex Gaynor | 2013-08-08 | 2 | -8/+5 |
| | |||||
* | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-08 | 1 | -0/+71 |
|\ | |||||
| * | Add a test utility functions to read & process NIST vector files | Donald Stufft | 2013-08-09 | 1 | -0/+71 |
| | |||||
* | Started stubbing stuff out, including a simple test, now is the part where we | Alex Gaynor | 2013-08-08 | 1 | -0/+23 |
write some actual cryptographic software. So yeah. |