node-scrypt
node-scrypt copied to clipboard
Wrong test vectors?
Why the parameters inside the paper's test vectors are swapped?
https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-00#section-11
The r and N parameters seems to be swapped.
Ok it was just an error in the draft: The test vectors inside the RFC are correct: https://tools.ietf.org/html/rfc7914#section-12
@barrysteyn maybe we can update the link in the readme?