hc
2024-08-19 eb6b9ee90f50f13c5abb885ce483802d6262f2b5
1
2
3
4
5
6
7
8
9
10
11
12
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_ENUM34 if BR2_PACKAGE_PYTHON # runtime
   select BR2_PACKAGE_PYTHON_SIX # runtime
   select BR2_PACKAGE_LIBARGON2
   help
     The secure Argon2 password hashing algorithm.
 
     https://argon2-cffi.readthedocs.io/