aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/poly1305_generic.c
AgeCommit message (Expand)Author
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2018-11-20crypto: poly1305 - add Poly1305 core APIEric Biggers
2018-11-20crypto: poly1305 - use structures for key and accumulatorEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-01-05crypto: poly1305 - remove cra_alignmaskEric Biggers
2018-01-05crypto: poly1305 - use unaligned access macros to output digestEric Biggers
2016-11-13crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi