summaryrefslogtreecommitdiff
path: root/lib/crypto/poly1305.c
AgeCommit message (Expand)Author
2025-05-06crypto: lib/poly1305 - Build main library on LIB_POLY1305 and split generic c...Herbert Xu
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu
2025-05-05crypto: lib/poly1305 - Add block-only interfaceHerbert Xu
2025-04-16crypto: poly1305 - remove rset and sset fields of poly1305_desc_ctxEric Biggers
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-06-07crypto: lib - add missing MODULE_DESCRIPTION() macrosJeff Johnson
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel