Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | Use PyCrypto instead of Cryptlib to supply AES-ECB function. | Rob Austein | |
Nothing wrong with Cryptlib, but we'll need an AES Keywrap implementation to test key backup in our PyCrypto-based test harness, so converting this implementation to PyCrypto is simplest overall. | |||
2015-05-21 | Test case generator for non-192-bit AES keys. | Rob Austein | |
2015-05-04 | Add code to log internal state, and argparse goo to control verbosity. | Rob Austein | |
2015-05-03 | Initial commit of AES Key Wrap implementation. | Rob Austein | |