benoit 4818484737 Import libscrypt.
Shared library that implements the scrypt key derivation function.

from maintainer Daniel Levai, ok sthen@
2014-03-15 13:37:18 +00:00

6 lines
245 B
Plaintext

Shared library that implements the scrypt key derivation function.
scrypt is an alternative to bcrypt that focuses on increased brute-force
attack cost. The scrypt reference implementation can be found at
https://www.tarsnap.com/scrypt.html