aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/poly1305.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-20crypto: poly1305 - add Poly1305 core APIEric Biggers1-0/+16
2018-11-20crypto: poly1305 - use structures for key and accumulatorEric Biggers1-2/+10
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi1-0/+41