Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce that Hash takes a HashAlgorithm instance. | David Reid | 2013-10-31 | 1 | -2/+2 |
* | Fix python3 compat for the hash_test. | David Reid | 2013-10-31 | 1 | -2/+3 |
* | Fix python3 compatibility and pep8 | David Reid | 2013-10-30 | 1 | -1/+1 |
* | Reduce the surface of the primitive hash interface. Add more interfaces, dro... | David Reid | 2013-10-30 | 1 | -13/+13 |
* | make hmac (mostly) compatible with stdlib hmac | Paul Kehrer | 2013-10-28 | 1 | -10/+10 |
* | HMAC support | Paul Kehrer | 2013-10-28 | 1 | -0/+55 |
* | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 1 | -1/+1 |
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -0/+127 |