aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/mac/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* poly1305 support (#4802)Paul Kehrer2019-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | * poly1305 support * some more tests * have I mentioned how bad the spellchecker is? * doc improvements * EVP_PKEY_new_raw_private_key copies the key but that's not documented Let's assume that might change and be very defensive * review feedback * add a test that fails on a tag of the correct length but wrong value * docs improvements
* remove maccontext (#4803)Paul Kehrer2019-03-071-36/+4
|
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-291-0/+32
| | | | | | | | | | | | | * 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
* HTTPS-ifiy to some linksAlex Gaynor2015-10-021-1/+1
|
* All the other pages use sentence case titles.Alex Stapleton2014-08-251-1/+1
|
* Word wrap some long lines in teh docsAlex Gaynor2014-05-171-1/+2
|
* Added link to crypto.se answerAyrx2014-05-011-0/+4
|
* Added note about preferred MAC algorithmAyrx2014-05-011-0/+3
|
* Updated CMAC documentationAyrx2014-04-221-0/+10