summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305_generic.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-121-12/+5
* crypto: poly1305 - remove cra_alignmaskEric Biggers2018-01-051-1/+0
* crypto: poly1305 - use unaligned access macros to output digestEric Biggers2018-01-051-5/+4
* crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld2016-11-131-19/+15
* crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-171-38/+35
* crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-171-38/+59
* crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi2015-06-041-0/+300