aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/mac
Commit message (Expand)AuthorAgeFilesLines
* add class methods for poly1305 sign verify operations (#4932)Jeff Yang2019-07-081-0/+45
* poly1305 support (#4802)Paul Kehrer2019-03-092-0/+88
* remove maccontext (#4803)Paul Kehrer2019-03-071-36/+4
* 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-122-2/+2
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-293-4/+36
* Remove provider language from docs (#3072)Gabriel Orisaka2016-07-312-12/+10
* HTTPS-ifiy to some linksAlex Gaynor2015-10-021-1/+1
* export interfaces from base in ciphers, update docsPaul Kehrer2015-02-141-4/+4
* move cipher and mode interfacesPaul Kehrer2015-02-131-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
* All the other pages use sentence case titles.Alex Stapleton2014-08-251-1/+1
* Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259Alex Gaynor2014-07-122-2/+6
* Get rid of remaining pycon blocksAlex Stapleton2014-07-122-4/+4
* Word wrap some long lines in teh docsAlex Gaynor2014-05-172-3/+4
* Simplified exception messageAyrx2014-05-172-12/+6
* Fixed TypeError and added documentationAyrx2014-05-172-0/+12
* Fix some typos in the docsAlex Stapleton2014-05-022-3/+7
* Added link to crypto.se answerAyrx2014-05-011-0/+4
* Added note about preferred MAC algorithmAyrx2014-05-011-0/+3
* Added changelog and versionadded for CMACAyrx2014-04-221-0/+2
* Added CMACBackend to multibackendAyrx2014-04-221-1/+1
* Added documentation to note rfc 4493Ayrx2014-04-221-0/+2
* Added wikipedia linkAyrx2014-04-221-1/+4
* Changed doctests to code-blockAyrx2014-04-221-1/+1
* Updated CMAC documentationAyrx2014-04-221-0/+10
* Added CMAC docsAyrx2014-04-222-0/+200