summaryrefslogtreecommitdiff
path: root/crypto/poly1305_generic.c
AgeCommit message (Expand)Author
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers
2016-11-13crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi