1menu "libsodium" 2 3 config LIBSODIUM_USE_MBEDTLS_SHA 4 bool "Use mbedTLS SHA256 & SHA512 implementations" 5 default y 6 depends on !MBEDTLS_HARDWARE_SHA 7 help 8 If this option is enabled, libsodium will use thin wrappers 9 around mbedTLS for SHA256 & SHA512 operations. 10 11 This saves some code size if mbedTLS is also used. However it 12 is incompatible with hardware SHA acceleration (due to the 13 way libsodium's API manages SHA state). 14 15endmenu # libsodium 16