1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 5a1d00f Merge remote-tracking branch 'origin/development' into fast_xor by Dave Rodgman · 2 years, 8 months ago
  3. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  4. c1d9022 Use mbedtls_xor in ChaCha20 by Dave Rodgman · 2 years, 8 months ago
  5. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  6. a7aa80c Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 11 months ago
  7. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  8. ce8908e Remove NULL pointer validation in chacha20.c by Tuvshinzaya Erdenekhuu · 3 years ago
  9. b6511b0 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years ago
  10. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years ago
  11. 6a50631 GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  12. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  13. 3b39450 Move BYTES_TO_U32_LE to common.h by Joe Subbiani · 4 years, 1 month ago
  14. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  15. e0b2687 Undef ASSERT before defining it to ensure that no previous definition by Ouss4 · 5 years ago
  16. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  17. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  18. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  19. 305e4e4 Implement parameter validation for ChaCha/Poly modules by Hanno Becker · 7 years ago
  20. 21a65e0 Fix usage of inline with for some compilers by Manuel Pégourié-Gonnard · 7 years ago
  21. 1729789 Misc style adjustments by Manuel Pégourié-Gonnard · 7 years ago
  22. 98fae6d ChaCha20: move working state from ctx to stack by Manuel Pégourié-Gonnard · 7 years ago
  23. 9620f9b Rm mbedtls_ prefix form static functions by Manuel Pégourié-Gonnard · 7 years ago
  24. fb78c90 Use recently-introduced platform_util module by Manuel Pégourié-Gonnard · 7 years ago
  25. c0dfcd4 Simplify selftest functions using macros by Manuel Pégourié-Gonnard · 7 years ago
  26. 55c0d09 chacha20: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  27. 56206c4 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 7 years ago
  28. 502f189 ChaCha20: allow in-place en/decryption by Manuel Pégourié-Gonnard · 7 years ago
  29. b7e9900 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 7 years ago
  30. 95d0bdb Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 7 years ago
  31. e6e7968 Minor style and formatting fixes. by Daniel King · 9 years ago
  32. b6897f6 Correct signedness of printf specifier in self tests by Daniel King · 9 years ago
  33. dedf4a3 Adjust verbose self-test output to match other ciphers. by Daniel King · 9 years ago
  34. a310c5e Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  35. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  36. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  37. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago