Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import AlreadyFinalized instead of exceptions. | David Reid | 2013-11-13 | 1 | -3/+3 |
| | |||||
* | raise an exception if you try to use a HashContext after finalize is called. | David Reid | 2013-11-12 | 1 | -0/+11 |
| | |||||
* | Get a HashContext from the backend like we do a CipherContext | David Reid | 2013-11-12 | 1 | -3/+3 |
| | |||||
* | Enforce that Hash takes a HashAlgorithm instance. | David Reid | 2013-10-31 | 1 | -17/+18 |
| | |||||
* | Fix python3 compatibility and pep8 | David Reid | 2013-10-30 | 1 | -2/+2 |
| | |||||
* | Reduce the surface of the primitive hash interface. Add more interfaces, ↵ | David Reid | 2013-10-30 | 1 | -9/+5 |
| | | | | drop direct hashlib compatibility. | ||||
* | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 1 | -2/+1 |
| | |||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -0/+136 |