9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
|
config BR2_PACKAGE_SCRYPT
|
||
|
bool "scrypt"
|
||
|
help
|
||
|
A password-based key derivation function specifically designed
|
||
|
to make it costly to perform large-scale custom hardware attacks
|
||
|
by requiring large amounts of memory.
|
||
|
|
||
|
http://www.tarsnap.com/scrypt.html
|