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