1. bac187d Use an enum for determining BlockCipher operation by Donald Stufft · 12 years ago
  2. 64e9a64 Be consistent by Alex Gaynor · 12 years ago
  3. ea8e9fc Remove the padding from the BlockCipher API by Donald Stufft · 12 years ago
  4. adacdb8 BlockCiphers should know their own name by Donald Stufft · 12 years ago
  5. 93e768b Ciphers should know what size their keys are by Donald Stufft · 12 years ago
  6. b42af17 Ensure that a BlockCipher can only be used for one operation by Donald Stufft · 12 years ago
  7. a2e1f54 Some apache license headers (we need a pyflkaes check for thsi) by Alex Gaynor · 12 years ago
  8. 250903a Removed duplicate tests, added tests + fix for use after finalize by Alex Gaynor · 12 years ago
  9. de9a3ee Get stuff working on py3k for real by Alex Gaynor · 12 years ago
  10. b1895f6 Steps to get this running on py32 and py33 again by Alex Gaynor · 12 years ago
  11. 5de0392 Properly decode plaintext before encrypting it by Donald Stufft · 12 years ago
  12. 3704a83 Use the NIST MMT vectors to test AES-CBC w/ no padding by Donald Stufft · 12 years ago
  13. aef7ee8 Reduce code duplication by Alex Gaynor · 12 years ago
  14. 2fbbe13 Style by Alex Gaynor · 12 years ago
  15. ec672e8 Use the NIST KAT vectors to test AES-CBC w/ no padding by Donald Stufft · 12 years ago
  16. cd95f3c Tests now running against the NIST vectors by Alex Gaynor · 12 years ago
  17. 3c6da26 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 12 years ago
  18. 9e1a48b Add a test utility functions to read & process NIST vector files by Donald Stufft · 12 years ago
  19. 95b8620 Started stubbing stuff out, including a simple test, now is the part where we by Alex Gaynor · 12 years ago