blob: 98bdd8819950e14bc797a543b8e62a003d809278 [file] [log] [blame]
config BR2_PACKAGE_LUA_ARGON2
bool "lua-argon2"
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # libargon2
select BR2_PACKAGE_LIBARGON2
help
Lua C binding for the Argon2 password hashing algorithm.
https://github.com/thibaultcha/lua-argon2
comment "lua-argon2 needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS