1. 799b390 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  2. 9b7a93c poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  3. 52a56d3 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  4. 453cf28 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 7 years ago
  5. d4bd856 Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago[Renamed (64%) from library/aead_chacha20_poly1305.c]
  6. 54b1a73 Rename poly1305_setkey() to poly1305_starts() by Manuel Pégourié-Gonnard · 7 years ago
  7. 726cf72 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 7 years ago
  8. deda80e Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 7 years ago
  9. f589275 Minor style and formatting fixes. by Daniel King · 9 years ago
  10. 47252c7 Correct signedness of printf specifier in self tests by Daniel King · 9 years ago
  11. d00afaf Adjust verbose self-test output to match other ciphers. by Daniel King · 9 years ago
  12. f28c2aa Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  13. 31ac12e Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago