holgern / py-scrypt

This is a set of Python bindings for the scrypt key derivation function.
Other
28 stars 7 forks source link

Add additional test vector from RFC #3

Closed ChrisMacNaughton closed 4 years ago

ChrisMacNaughton commented 4 years ago

The RFC for scrypt proposes test vectors1. This change adds the final test vector in that RFC to the tests for this project.

ChrisMacNaughton commented 4 years ago

This change is motivated by the request in https://bugs.launchpad.net/ubuntu/+source/python-scrypt/+bug/1695899 to ensure that the python-scrypt package in Ubuntu has all of the test vectors.

holgern commented 4 years ago

Thanks, looks good to me.