summaryrefslogtreecommitdiff
path: root/crypto/poly1305_generic.c
Commit message (Expand)AuthorAge
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-12
* crypto: poly1305 - remove cra_alignmaskEric Biggers2018-01-05
* crypto: poly1305 - use unaligned access macros to output digestEric Biggers2018-01-05
* crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld2016-11-13
* crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-17
* crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-17
* crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi2015-06-04