1. 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
  2. 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
  3. a1d9306 crypto: poly1305 - expose init/update/final library interface by Ard Biesheuvel · 5 years ago
  4. ad8f5b8 crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 5 years ago
  5. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  6. c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
  7. 1b6fd3d crypto: poly1305 - add Poly1305 core API by Eric Biggers · 6 years ago
  8. 878afc3 crypto: poly1305 - use structures for key and accumulator by Eric Biggers · 6 years ago
  9. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 6 years ago
  10. a16e772e crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  11. 4c7dfbd crypto: poly1305 - remove cra_alignmask by Eric Biggers · 7 years ago
  12. fcfbeed crypto: poly1305 - use unaligned access macros to output digest by Eric Biggers · 7 years ago
  13. 109e23b crypto: poly1305 - Use unaligned access where required by Jason A. Donenfeld · 8 years ago
  14. 2546f81 crypto: poly1305 - Export common Poly1305 helpers by Martin Willi · 9 years ago
  15. c2b7b20a crypto: poly1305 - Pass key as first two message blocks to each desc_ctx by Martin Willi · 10 years ago
  16. f979e01 crypto: poly1305 - Add a generic Poly1305 authenticator implementation by Martin Willi · 10 years ago