aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hmac.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the hash and hmac specific classes, now that the logic is the Context ↵Alex Gaynor2013-11-131-1/+1
| | | | classes they don't really add value
* Get a HashContext from the hmac backend like we do a CipherContextDavid Reid2013-11-121-2/+3
|
* TypeErrors are pretty cool, there are lot of reasons you get them.David Reid2013-11-011-1/+1
|
* Enforce HMAC taking an instance of HashAlgorithmDavid Reid2013-11-011-3/+7
|
* Strip down the HMAC interface to be HashContext.David Reid2013-11-011-13/+2
|
* change type of exception raised, fix docs typoPaul Kehrer2013-10-281-1/+1
|
* make hmac (mostly) compatible with stdlib hmacPaul Kehrer2013-10-281-4/+8
|
* HMAC supportPaul Kehrer2013-10-281-0/+53
Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py