aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hmac_vectors.py
Commit message (Collapse)AuthorAgeFilesLines
* add hmac_supported method to backend.Paul Kehrer2013-12-231-7/+7
| | | | | Previously we were implicitly assuming that if a hash was supported then its hmac equivalent was as well.
* Remove the hash and hmac specific classes, now that the logic is the Context ↵Alex Gaynor2013-11-131-7/+7
| | | | classes they don't really add value
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-8/+8
| | | | All tests updated to work with the new simplified loader
* Enforce HMAC taking an instance of HashAlgorithmDavid Reid2013-11-011-7/+7
|
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-301-9/+7
|
* remove dangling todoPaul Kehrer2013-10-281-2/+0
|
* HMAC supportPaul Kehrer2013-10-281-0/+114
Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py