aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/selftest/poly1305.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* poly1305: do not require simd context for archJason A. Donenfeld2018-09-171-4/+2
|
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* poly1305: rename finish to finalJason A. Donenfeld2018-09-111-2/+2
|
* crypto: do not use compound literals in selftestsJason A. Donenfeld2018-09-111-732/+734
| | | | | | | gcc can't apply section attributes to compound literals, so we can't mark the actual data as __initconst. We thus waste space instead, but this shouldn't matter much, since it's cleared after init anyway, and because this is only for debugging.
* poly1305: rewrite self tests from scratchJason A. Donenfeld2018-09-081-1529/+831
| | | | This removes the old cruft and makes things a bit more idiomatic.
* crypto: use CRYPTOGAMS licenseJason A. Donenfeld2018-09-061-1/+1
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+1572