Declare new config.h option MBEDTLS_SHA512_NO_SHA384
This commit is contained in:
parent
448d1cc854
commit
ad6cb11461
4 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue