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 ed0bea8 commit b6bda92Copy full SHA for b6bda92
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+0.0.1 / 2014-02-17
2
+------------------
3
+- extracted from https://github.com/cheongwy/node-scrypt-js/blob/master/lib/pbkdf2.js
4
+- fixed bug that didn't initialize hmac in loop, now passes all tests
package.json
@@ -1,6 +1,6 @@
{
"name": "pbkdf2-sha256",
- "version": "0.0.0",
+ "version": "0.0.1",
"description": "pbkdf2-sha256 is a PBDKF2 implementation using HMAC SHA256",
5
"main": "./lib/pbdkf2.js",
6
"scripts": {
0 commit comments