summaryrefslogtreecommitdiffstats
path: root/include/crypto/poly1305.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-04-021-2/+4
* crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-161-3/+23
* crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel2019-11-171-1/+37
* crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2019-11-171-9/+9
* crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-171-23/+0
* crypto: poly1305 - add Poly1305 core APIEric Biggers2018-11-201-0/+16
* crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-11-201-2/+10
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-121-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-171-0/+41