Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TypeErrors are pretty cool, there are lot of reasons you get them. | David Reid | 2013-11-01 | 1 | -1/+1 |
* | Enforce HMAC taking an instance of HashAlgorithm | David Reid | 2013-11-01 | 1 | -3/+7 |
* | Strip down the HMAC interface to be HashContext. | David Reid | 2013-11-01 | 1 | -13/+2 |
* | change type of exception raised, fix docs typo | Paul Kehrer | 2013-10-28 | 1 | -1/+1 |
* | make hmac (mostly) compatible with stdlib hmac | Paul Kehrer | 2013-10-28 | 1 | -4/+8 |
* | HMAC support | Paul Kehrer | 2013-10-28 | 1 | -0/+53 |