aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/poly1305.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationGravatar Arnd Bergmann 1-2/+4
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsGravatar Jason A. Donenfeld 1-3/+23
2019-11-17crypto: poly1305 - expose init/update/final library interfaceGravatar Ard Biesheuvel 1-1/+37
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeGravatar Ard Biesheuvel 1-9/+9
2019-11-17crypto: poly1305 - move core routines into a separate libraryGravatar Ard Biesheuvel 1-23/+0
2018-11-20crypto: poly1305 - add Poly1305 core APIGravatar Eric Biggers 1-0/+16
2018-11-20crypto: poly1305 - use structures for key and accumulatorGravatar Eric Biggers 1-2/+10
2018-01-12crypto: poly1305 - remove ->setkey() methodGravatar Eric Biggers 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-07-17crypto: poly1305 - Export common Poly1305 helpersGravatar Martin Willi 1-0/+41