hc
2024-07-16 1704a4ce91d494c7b0698b3cd7108a624fe36288
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/