You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
js-sha3/CHANGELOG.md

597 B

v0.5.0 / 2015-09-23

  • Support update interface.

v0.4.1 / 2015-09-18

  • Support to output Integer Array.
  • Fixed shake output incorrect when it's greater than 1088.

v0.4.0 / 2015-09-17

  • Support to output ArrayBuffer.
  • Add shake alogirthms.

v0.3.1 / 2015-05-22

  • Fixed bugs.

v0.3.0 / 2015-05-21

  • Support byte array and ArrayBuffer input.

v0.2.0 / 2015-04-04

  • Implement NIST's May 2014 SHA-3 version.
  • Rename original methods to keccak.

v0.1.2 / 2015-02-27

  • Improve performance.

v0.1.1 / 2015-02-26

  • Improve performance.

v0.1.0 / 2015-02-23

  • Initial release