Config.in 364 B

123456789101112131415161718
  1. config BR2_PACKAGE_LIBSODIUM
  2. bool "libsodium"
  3. help
  4. A modern and easy-to-use crypto library.
  5. http://libsodium.org/
  6. if BR2_PACKAGE_LIBSODIUM
  7. config BR2_PACKAGE_LIBSODIUM_FULL
  8. bool "all functions"
  9. default y
  10. help
  11. Build all seldom used and obsolete functions. Without
  12. this option, only the minimal set of normally used
  13. functions is built.
  14. endif