hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
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/