1. 21a65e0 Fix usage of inline with for some compilers by Manuel Pégourié-Gonnard · 7 years ago
  2. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 7 years ago
  3. 1729789 Misc style adjustments by Manuel Pégourié-Gonnard · 7 years ago
  4. 9620f9b Rm mbedtls_ prefix form static functions by Manuel Pégourié-Gonnard · 7 years ago
  5. fb78c90 Use recently-introduced platform_util module by Manuel Pégourié-Gonnard · 7 years ago
  6. c0dfcd4 Simplify selftest functions using macros by Manuel Pégourié-Gonnard · 7 years ago
  7. a8fa8b8 poly1305: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  8. 1465602 poly1305: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  9. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  10. 4edd51b Rename poly1305_setkey() to poly1305_starts() by Manuel Pégourié-Gonnard · 7 years ago
  11. b7e9900 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 7 years ago
  12. 95d0bdb Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 7 years ago
  13. e6e7968 Minor style and formatting fixes. by Daniel King · 9 years ago
  14. b6897f6 Correct signedness of printf specifier in self tests by Daniel King · 9 years ago
  15. dedf4a3 Adjust verbose self-test output to match other ciphers. by Daniel King · 9 years ago
  16. a310c5e Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  17. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago