Fix documentation to correctly describe `verifyHash`

master
Sven Slootweg 8 年前
父节点 4d9d85284c
当前提交 8181aa86b4

@ -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`).

正在加载...
取消
保存