cryptography/tests/primitives
Paul Kehrer a1ec262a35
CFB support
This requires a bit of explanation. OpenSSL has methods that implement
standard CFB, 1-bit CFB (cfb1), and 8-bit CFB (cfb8). Unfortunately,
while old (read: 0.9.7) versions of OpenSSL appear to test these
variants, newer versions have a comment stating that cfb{1,8} are
unsupported. Accordingly, I've backed out any support for the variants
for now. We can add it back into the CFB class if and when we gain a
backend that supports arbitrary s for 1 <= s <= block_size
2013-09-11 09:38:45 -05:00
..
vectors/NIST Aded the 3DES vectors. Refs #51. 2013-09-09 18:14:05 -07:00
__init__.py Tests now running against the NIST vectors 2013-08-08 22:08:26 -07:00
test_block.py Add mandatory headers to files touched by this branch 2013-08-11 09:54:59 +02:00
test_ciphers.py Add mandatory headers to files touched by this branch 2013-08-11 09:54:59 +02:00
test_nist.py CFB support 2013-09-11 09:38:45 -05:00