aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* ARC4 supportPaul Kehrer2013-11-071-0/+39
|
* block cipher renamePaul Kehrer2013-11-061-2/+2
| | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms
* Encode Reasons.David Reid2013-11-011-1/+1
|
* Strip down the HMAC interface to be HashContext.David Reid2013-11-011-10/+7
|
* Enforce that Hash takes a HashAlgorithm instance.David Reid2013-10-311-2/+2
|
* Fix python3 compat for the hash_test.David Reid2013-10-311-2/+3
|
* Fix python3 compatibility and pep8David Reid2013-10-301-1/+1
|
* Reduce the surface of the primitive hash interface. Add more interfaces, ↵David Reid2013-10-301-13/+13
| | | | drop direct hashlib compatibility.
* make hmac (mostly) compatible with stdlib hmacPaul Kehrer2013-10-281-10/+10
|
* HMAC supportPaul Kehrer2013-10-281-0/+55
| | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py
* Move the bindings into the hazmat moduleDonald Stufft2013-10-281-1/+1
|
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+127