commit | 5399fd087268b671c61ad3710cdec6d540c02f22 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Oct 21 23:48:25 2013 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Oct 21 23:52:13 2013 -0500 |
tree | 8a6f2297310c1a7bcdc6e9aa444ad6200a1d64fe | |
parent | b59377d9a31d8614e1b883f7523939c8ab271500 [diff] |
Create CipherContext interface & document it * Rename BlockCipherEncryption/DecryptionContexts to just CipherEncryption/DecryptionContext * Moved register to interfaces.py from modes.py since it is generic and can be used to decorate the _CipherEncryption/DecryptionContexts