Skip to content

Release version 2.3.0

Compare
Choose a tag to compare
@Caligatio Caligatio released this 13 May 08:05
· 254 commits to master since this release
v2.3.0

Changelog for this release:

  • Sped up SHA-3 implementation by adding little-endian capability to
    conversion functions
  • Further sped up SHA-3 implementation by decomposing xor_64 function
    (thanks frostschutz!)
  • Fixed incorrect results when using ArrayBuffers (thanks conref!)
  • Added externs/sha.js for Google Closure Compiler users (thanks IvanRF!)