aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hashes.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the hash and hmac specific classes, now that the logic is the Context ↵Alex Gaynor2013-11-131-8/+8
| | | | classes they don't really add value
* Get a HashContext from the backend like we do a CipherContextDavid Reid2013-11-121-3/+3
|
* Enforce that Hash takes a HashAlgorithm instance.David Reid2013-10-311-17/+18
|
* Fix python3 compatibility and pep8David Reid2013-10-301-2/+2
|
* Reduce the surface of the primitive hash interface. Add more interfaces, ↵David Reid2013-10-301-9/+5
| | | | drop direct hashlib compatibility.
* Move the bindings into the hazmat moduleDonald Stufft2013-10-281-2/+1
|
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+136