1. 876346e Remove always-false null pointer check in sha3.c that Coverity complains about by Tom Cosgrove · 1 year, 11 months ago
  2. 984309c Call mbedtls_platform_zeroize via mbedtls_sha3_free by Dave Rodgman · 1 year, 11 months ago
  3. dbddb00 Ensure mbedtls_sha3_finish zeroizes the context by Dave Rodgman · 1 year, 11 months ago
  4. 2c91f4b Fix for big-endian architectures by Dave Rodgman · 2 years, 2 months ago
  5. 2f0f998 Unify ABSORB and ABSORB8 to fix compile error by Dave Rodgman · 2 years, 2 months ago
  6. f213d0a Tidy-up by Dave Rodgman · 2 years, 2 months ago
  7. 1b42763 Remove NULL checks by Dave Rodgman · 2 years, 2 months ago
  8. cf4d2bd Spell as SHA-3 not SHA3 by Dave Rodgman · 2 years, 2 months ago
  9. 9d7fa93 move mbedtls_sha3_family_functions out of public interface by Dave Rodgman · 2 years, 2 months ago
  10. 1789d84 remove not-needed fields from SHA-3 context by Dave Rodgman · 2 years, 2 months ago
  11. bcfd79c Consume input in 8-byte chunks by Dave Rodgman · 2 years, 2 months ago
  12. a677928 Style. by Pol Henarejos · 2 years, 6 months ago
  13. 39fb1d5 Update library/sha3.c by Pol Henarejos · 2 years, 10 months ago
  14. 7dbd5d1 Add self tests (taken from #1549). by Pol Henarejos · 3 years, 2 months ago
  15. 938b5ab Fix when reusing the same context for another operation. by Pol Henarejos · 3 years, 2 months ago
  16. 1f3ae16 olen parameter shall contain the length of the buffer. by Pol Henarejos · 3 years, 3 months ago
  17. 116411e Fix when no SHA3 family is found. by Pol Henarejos · 3 years, 3 months ago
  18. 85eeda0 olen = 0 is not allowed for SHA-3. by Pol Henarejos · 3 years, 3 months ago
  19. 084649d SHA-3 does not use SHA3_ALT anymore. by Pol Henarejos · 3 years, 3 months ago
  20. 0cd1f1c Add SHA-3 module. by Pol Henarejos · 3 years, 3 months ago