Skip to content

Commit b6bda92

Browse files
committed
0.0.1
1 parent ed0bea8 commit b6bda92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pbkdf2-sha256",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "pbkdf2-sha256 is a PBDKF2 implementation using HMAC SHA256",
55
"main": "./lib/pbdkf2.js",
66
"scripts": {

0 commit comments

Comments
 (0)