aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
Commit message (Collapse)AuthorAgeFilesLines
* Raise UnsupportedAlgorithm when initing Hash()Alex Stapleton2013-12-211-0/+3
| | | | Instead of just an AssertionError.
* Renamed bindings to backendsAlex Gaynor2013-12-131-2/+2
|
* Document all the parameters including cross references to specific providers ↵David Reid2013-11-201-0/+10
| | | | where appropriate.
* Use backend as keyword argument everywhere.David Reid2013-11-201-1/+1
|
* Fix doctests.David Reid2013-11-201-0/+1
|
* Add a default_backend and start updating docs.David Reid2013-11-201-3/+3
|
* Here tooAlex Gaynor2013-11-131-1/+1
|
* Merge pull request #253 from dreid/hash-raise-after-finalizeAlex Gaynor2013-11-131-2/+11
|\ | | | | raise an exception if you try to use a HashContext after finalize is called.
| * Document AlreadyFinalized.David Reid2013-11-131-2/+11
| |
* | Describe that hashes get real broken over timeAlex Gaynor2013-11-131-0/+9
|/
* Be more and more explicit about how to do things correctlyAlex Gaynor2013-11-081-3/+4
|
* fixed renderingAlex Gaynor2013-11-011-0/+1
|
* Improve Hash documentation.David Reid2013-11-011-3/+12
|
* Update documentationDavid Reid2013-10-311-8/+5
|
* Made a sphinx extension which emits the hazardous materials danger admonitionAlex Gaynor2013-10-291-6/+1
|
* example of how to use hashesAlex Gaynor2013-10-281-3/+12
|
* Move the danger to the very top of the fileDonald Stufft2013-10-281-3/+3
|
* Warn about dragons and dinosaurs with laser gunsDonald Stufft2013-10-281-0/+7
|
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+92