1. 59d2c30 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  2. 5ef92d3 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  3. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  4. 346b8d5 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  5. 56206c4 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 7 years ago
  6. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago[Renamed (64%) from library/aead_chacha20_poly1305.c]
  7. 4edd51b Rename poly1305_setkey() to poly1305_starts() by Manuel Pégourié-Gonnard · 7 years ago
  8. b7e9900 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 7 years ago
  9. 95d0bdb Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 7 years ago
  10. e6e7968 Minor style and formatting fixes. by Daniel King · 9 years ago
  11. b6897f6 Correct signedness of printf specifier in self tests by Daniel King · 9 years ago
  12. dedf4a3 Adjust verbose self-test output to match other ciphers. by Daniel King · 9 years ago
  13. a310c5e Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  14. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago