aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/selftest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: pass simd by referenceJason A. Donenfeld2018-09-172-26/+29
|
* poly1305: do not require simd context for archJason A. Donenfeld2018-09-172-5/+3
|
* crypto: make MITJason A. Donenfeld2018-09-164-4/+4
|
* poly1305: rename finish to finalJason A. Donenfeld2018-09-112-3/+3
|
* crypto: do not use compound literals in selftestsJason A. Donenfeld2018-09-112-7704/+7710
| | | | | | | 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-034-0/+12836