aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/hmac.rst
Commit message (Expand)AuthorAgeFilesLines
* rewrite some text about the hmac verify methodPaul Kehrer2014-01-081-3/+2
* Make verify on HMAC more prominentAlex Gaynor2014-01-081-11/+22
* Correct spelling, fix phrasing, line wrap.Alex Gaynor2014-01-021-3/+6
* Merge branch 'master' of https://github.com/pyca/cryptography into verifyJulian Krause2013-12-251-0/+2
|\
| * Raise UnsupportedAlgorithm when initing HMACsAlex Stapleton2013-12-211-0/+2
* | Clean up documentation and naming.Julian Krause2013-12-251-3/+4
* | Add verify function to hmac and hashes.Julian Krause2013-12-171-0/+7
|/
* 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
* Use backend as keyword argument everywhere.David Reid2013-11-201-1/+1
* Add a default_backend and start updating docs.David Reid2013-11-201-2/+3
* Make HMAC methods raise AlreadyFinalized.David Reid2013-11-131-2/+12
* Refer to the RFC in the HMAC docsAlex Gaynor2013-11-031-0/+2
* Update documentationDavid Reid2013-11-011-11/+10
* Made a sphinx extension which emits the hazardous materials danger admonitionAlex Gaynor2013-10-291-6/+1
* Use current module in the hmac docs, for consistencyAlex Gaynor2013-10-291-1/+3
* update hmac docsPaul Kehrer2013-10-291-4/+5
* fix indentation error and wrapping in docsPaul Kehrer2013-10-281-3/+4
* fix hmac docs to point to new hazmat locationPaul Kehrer2013-10-281-2/+2
* change type of exception raised, fix docs typoPaul Kehrer2013-10-281-1/+1
* make hmac (mostly) compatible with stdlib hmacPaul Kehrer2013-10-281-5/+5
* clean up loader and make docs default to hmac sha256Paul Kehrer2013-10-281-1/+1
* HMAC supportPaul Kehrer2013-10-281-0/+50