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