Shared library that implements the scrypt key derivation function. from maintainer Daniel Levai, ok sthen@
6 lines
245 B
Plaintext
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
|