1config BR2_PACKAGE_LUA_ARGON2
2	bool "lua-argon2"
3	depends on !BR2_STATIC_LIBS
4	depends on BR2_USE_MMU # libargon2
5	select BR2_PACKAGE_LIBARGON2
6	help
7	  Lua C binding for the Argon2 password hashing algorithm.
8
9	  https://github.com/thibaultcha/lua-argon2
10
11comment "lua-argon2 needs a toolchain w/ dynamic library"
12	depends on BR2_USE_MMU
13	depends on BR2_STATIC_LIBS
14