2020-02-13 08:42:45 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_ARGON2_CFFI
|
|
|
|
bool "python-argon2-cffi"
|
2020-05-15 23:31:20 +02:00
|
|
|
depends on BR2_USE_MMU # libargon2
|
|
|
|
depends on !BR2_STATIC_LIBS # libargon2
|
2020-02-13 08:42:45 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
2020-05-15 23:31:20 +02:00
|
|
|
select BR2_PACKAGE_LIBARGON2
|
2020-02-13 08:42:45 +01:00
|
|
|
help
|
|
|
|
The secure Argon2 password hashing algorithm.
|
|
|
|
|
|
|
|
https://argon2-cffi.readthedocs.io/
|