1config BR2_PACKAGE_SCRYPT
2	bool "scrypt"
3	select BR2_PACKAGE_OPENSSL
4	help
5	  A password-based key derivation function specifically
6	  designed to make it costly to perform large-scale custom
7	  hardware attacks by requiring large amounts of memory.
8
9	  http://www.tarsnap.com/scrypt.html
10