Declare new config.h option MBEDTLS_SHA512_NO_SHA384

This commit is contained in:
Manuel Pégourié-Gonnard 2019-07-17 14:58:03 +02:00
parent 448d1cc854
commit ad6cb11461
4 changed files with 22 additions and 0 deletions

View file

@ -1033,6 +1033,16 @@
*/
//#define MBEDTLS_SHA512_SMALLER
/**
* \def MBEDTLS_SHA512_NO_SHA384
*
* Disable the SHA-384 option of the SHA-512 module. Use this to save some
* code size on devices that don't use SHA-384.
*
* Uncomment to disable SHA-384
*/
//#define MBEDTLS_SHA512_NO_SHA384
/**
* \def MBEDTLS_THREADING_ALT
*