1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Add option for even smaller SHA-256

This commit is contained in:
Manuel Pégourié-Gonnard
2015-05-28 12:54:04 +02:00
parent a7a3a5fe37
commit eb0d8706ce
4 changed files with 43 additions and 7 deletions

View File

@ -315,6 +315,9 @@ static const char *features[] = {
#if defined(MBEDTLS_SELF_TEST)
"MBEDTLS_SELF_TEST",
#endif /* MBEDTLS_SELF_TEST */
#if defined(MBEDTLS_SHA256_SMALLER)
"MBEDTLS_SHA256_SMALLER",
#endif /* MBEDTLS_SHA256_SMALLER */
#if defined(MBEDTLS_SSL_AEAD_RANDOM_IV)
"MBEDTLS_SSL_AEAD_RANDOM_IV",
#endif /* MBEDTLS_SSL_AEAD_RANDOM_IV */