We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dca63 commit ad4759bCopy full SHA for ad4759b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.1.0 / 2014-02-18
2
+------------------
3
+- replaced legacy `sha256` JavaScript module with Node.js `sha256` module (increased performance by more than 50%)
4
+- changed types from arrays to Buffers
5
+- added type checking for key and salt. Must be `string` or `Buffer`.
6
+- added browser testing (via Makefile)
7
+
8
0.0.1 / 2014-02-17
9
------------------
10
- extracted from https://github.com/cheongwy/node-scrypt-js/blob/master/lib/pbkdf2.js
package.json
@@ -1,6 +1,6 @@
{
"name": "pbkdf2-sha256",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "pbkdf2-sha256 is a PBDKF2 implementation using HMAC SHA256",
"main": "./lib/pbdkf2.js",
"scripts": {
0 commit comments