blob: 5cddb3314e0dad2c4643ebe349e38d03838c83ae [file] [edit]
config BR2_PACKAGE_PYTHON_ARGON2_CFFI
bool "python-argon2-cffi"
depends on BR2_USE_MMU # libargon2
depends on !BR2_STATIC_LIBS # libargon2
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_LIBARGON2
help
The secure Argon2 password hashing algorithm.
https://argon2-cffi.readthedocs.io/