| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Ensure that a BlockCipher can only be used for one operation | Donald Stufft | 2013-08-10 | 1 | -0/+20 | |
| | | | | | | | This prevents trying to call encrypt() and then decrypt() on a block cipher. It also enables finalize() to know what type of finalization to call. | |||||
| * | Some apache license headers (we need a pyflkaes check for thsi) | Alex Gaynor | 2013-08-10 | 4 | -0/+52 | |
| | | ||||||
| * | Removed duplicate tests, added tests + fix for use after finalize | Alex Gaynor | 2013-08-09 | 1 | -15/+9 | |
| | | ||||||
| * | Use a test file with shorter keys so that all lines match our coding standard | Alex Gaynor | 2013-08-09 | 1 | -32/+56 | |
| | | ||||||
| * | Get stuff working on py3k for real | Alex Gaynor | 2013-08-09 | 3 | -61/+65 | |
| | | ||||||
| * | Steps to get this running on py32 and py33 again | Alex Gaynor | 2013-08-09 | 1 | -2/+2 | |
| | | ||||||
| * | 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 | 3 | -0/+312 | |
| |\ | ||||||
| | * | Merge pull request #29 from dstufft/nist-vector-file-utilities | Alex Gaynor | 2013-08-08 | 3 | -0/+312 | |
| | |\ | | | | | | | Add a test utility functions to read & process NIST vector files | |||||
| | | * | Add a test utility functions to read & process NIST vector files | Donald Stufft | 2013-08-09 | 3 | -0/+312 | |
| | | | | ||||||
| * | | | 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. | |||||
| * / | Refactor into latest design decision | Hynek Schlawack | 2013-08-08 | 3 | -6/+19 | |
| |/ | | | | | C is an implementation detail of the wrapper API, so we go with 'bindings'. Also create/fix some namespaces. | |||||
| * | Less code, more tests. | Alex Gaynor | 2013-08-07 | 2 | -0/+6 | |
