aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/mac/poly1305.rst
Commit message (Collapse)AuthorAgeFilesLines
* add class methods for poly1305 sign verify operations (#4932)Jeff Yang2019-07-081-0/+45
|
* poly1305 support (#4802)Paul Kehrer2019-03-091-0/+87
* 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