xref: /OK3568_Linux_fs/buildroot/package/scrypt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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