aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/poly1305.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-06-07crypto: lib - add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann1-1/+2
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld1-162/+7
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel1-0/+74
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-0/+158