summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_arc4.py
AgeCommit message (Expand)Author
2016-03-07pass bytes to modes/algorithms like we shouldPaul Kehrer
2015-11-28Add support for 160 bit ARC4 keysEhren Kret
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor
2014-10-23Change how we represented that a test requires a backend.Alex Gaynor
2013-12-26refactor all tests to use mark instead of generator skipsPaul Kehrer
2013-12-24correct import stylePaul Kehrer
2013-12-24add all the markers to the testsPaul Kehrer
2013-12-21use both kwargs and named args in lambdas for clarityPaul Kehrer
2013-12-20don't modify params on parametrized testsPaul Kehrer
2013-11-13Also remove teh ciphers specific classAlex Gaynor
2013-11-11Remove separate file loaders and replace with onePaul Kehrer
2013-11-11Ignore the sections of the NIST filesAlex Gaynor
2013-11-07ARC4 supportPaul Kehrer