aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/mac/hmac.rst
Commit message (Expand)AuthorAgeFilesLines
* support byteslike in hmac update (#4705)Paul Kehrer2019-01-171-1/+2
* 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
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-291-2/+2
* 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. F...Alex Gaynor2014-12-191-3/+3
* 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