2015-08-08 18:51:42 +02:00
|
|
|
config BR2_PACKAGE_SCRYPT
|
|
|
|
bool "scrypt"
|
2015-08-28 14:59:51 +02:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
2015-08-08 18:51:42 +02:00
|
|
|
help
|
2015-08-28 14:59:51 +02:00
|
|
|
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.
|
2015-08-08 18:51:42 +02:00
|
|
|
|
|
|
|
http://www.tarsnap.com/scrypt.html
|