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