aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/mac/cmac.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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-8/+6
|
* export interfaces from base in ciphers, update docsPaul Kehrer2015-02-141-4/+4
|
* move cipher and mode interfacesPaul Kehrer2015-02-131-4/+4
|
* 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
|
* Word wrap some long lines in teh docsAlex Gaynor2014-05-171-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-3/+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
|
* Added CMAC docsAyrx2014-04-221-0/+100