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

47 lines
737 B
Markdown

# v0.5.2 / 2016-06-06
* Fixed shake output incorrect in the special length.
# v0.5.1 / 2015-10-27
* Update package.json and bower.json.
# 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