Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg 382920868d 2.0.5 8 years ago
Sven Slootweg 8181aa86b4 Fix documentation to correctly describe `verifyHash` 8 years ago

@ -110,7 +110,7 @@ If an error occurs, either the Promise will reject with it, or it will be passed
### scrypt.verifyHash(input, hash, [callback])
Creates a hash.
Verifies an input against a hash.
* __input__: The input to hash, usually a password.
* __hash__: The hash to verify against, in base64 encoding (the default output format of `scrypt.hash`).

@ -1,6 +1,6 @@
{
"name": "scrypt-for-humans",
"version": "2.0.4",
"version": "2.0.5",
"description": "A human-friendly API wrapper for the Node.js Scrypt bindings.",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save