js-sha256
Version:
A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.
38 lines (22 loc) • 488 B
Markdown
# v0.2.2 / 2015-02-10
* Improve performance.
# v0.2.1 / 2015-02-05
* Fixed special length bug.
* Add test cases.
# v0.2.0 / 2015-02-03
* Remove ascii parameter.
* Improve performance.
* Add test cases.
# v0.1.4 / 2015-01-24
* Improve performance.
# v0.1.3 / 2015-01-09
* Improve performance.
# v0.1.2 / 2015-01-06
* Add bower package.
* Fixed JSHint warnings.
* Add travis.
* Add coveralls.
# v0.1.1 / 2014-07-27
* Fixed accents bug
# v0.1.0 / 2014-01-05
* Initial release