Config.in 295 B

123456789101112
  1. config BR2_PACKAGE_LIBARGON2
  2. bool "libargon2"
  3. depends on BR2_USE_MMU
  4. depends on !BR2_STATIC_LIBS
  5. help
  6. A modern password hashing algorithm
  7. https://password-hashing.net/#argon2
  8. comment "libargon needs a toolchain w/ dynamic library"
  9. depends on BR2_USE_MMU
  10. depends on BR2_STATIC_LIBS