Skip to content

Commit ad4759b

Browse files
committed
0.1.0
1 parent a9dca63 commit ad4759b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
0.0.1 / 2014-02-17
29
------------------
310
- extracted from https://github.com/cheongwy/node-scrypt-js/blob/master/lib/pbkdf2.js

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.1",
3+
"version": "0.1.0",
44
"description": "pbkdf2-sha256 is a PBDKF2 implementation using HMAC SHA256",
55
"main": "./lib/pbdkf2.js",
66
"scripts": {

0 commit comments

Comments
 (0)