aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/mac/hmac.rst
Commit message (Collapse)AuthorAgeFilesLines
* support byteslike in hmac update (#4705)Paul Kehrer2019-01-171-1/+2
| | | needed for some KDF keying material
* support bytes-like keys in CMAC and HMAC contexts (#4701)Paul Kehrer2019-01-161-1/+2
|
* switch to py3 on docs job (#4230)Paul Kehrer2018-05-121-1/+1
| | | | | | * switch to py3 on docs job * somehow unicode isn't a word
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-291-2/+2
| | | | | | | | | | | | | * move MACContext to mac.py and eliminate interfaces.py finally * improve title * re-add and deprecate interfaces.MACContext * use pytest.warns instead of deprecated_call The pytest docs insist that deprecation warnings are handled differently and that you should use deprecated_call, but this works so okay then
* Remove provider language from docs (#3072)Gabriel Orisaka2016-07-311-4/+4
|
* move hash interfacesPaul Kehrer2015-02-131-3/+3
|
* Anywhere we tell someone to randomly generate something, link the RNG docs. ↵Alex Gaynor2014-12-191-3/+3
| | | | Fixes #1559
* Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259Alex Gaynor2014-07-121-1/+3
|
* Get rid of remaining pycon blocksAlex Stapleton2014-07-121-2/+2
|
* Simplified exception messageAyrx2014-05-171-6/+3
|
* Fixed TypeError and added documentationAyrx2014-05-171-0/+6
|
* Fix some typos in the docsAlex Stapleton2014-05-021-0/+4
|
* Added CMAC docsAyrx2014-04-221-0/+100