aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
Commit message (Collapse)AuthorAgeFilesLines
* move hash interfacesPaul Kehrer2015-02-131-3/+47
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-1/+1
|
* Simplified exception messageAyrx2014-05-171-3/+1
|
* Fixed TypeError and added documentationAyrx2014-05-171-0/+3
|
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-2/+3
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-2/+2
|
* Added backend check to hash primitivesAyrx2014-03-161-0/+4
|
* Update HMAC and Digest docs.Alex Stapleton2014-03-101-24/+24
|
* Convert stuffAlex Gaynor2014-03-061-1/+1
|
* s/which/that/Alex Stapleton2014-02-081-1/+1
| | | | | Which is usually for descriptive clauses in technical writing, while that is restrictive. Most of the time we are being being restrictive.
* 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