mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-04 22:13:34 +00:00
Adjust defaults
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
8a4df2293a
commit
a38fad9dad
@ -25,26 +25,18 @@
|
|||||||
* x86-64.
|
* x86-64.
|
||||||
*/
|
*/
|
||||||
#if !defined(MBEDTLS_SHA3_THETA_UNROLL)
|
#if !defined(MBEDTLS_SHA3_THETA_UNROLL)
|
||||||
#if defined(__OPTIMIZE_SIZE__)
|
#define MBEDTLS_SHA3_THETA_UNROLL 0 //no-check-names
|
||||||
#define MBEDTLS_SHA3_THETA_UNROLL 0 //no-check-names
|
|
||||||
#else
|
|
||||||
#define MBEDTLS_SHA3_THETA_UNROLL 1 //no-check-names
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#if !defined(MBEDTLS_SHA3_PI_UNROLL)
|
|
||||||
#if defined(__OPTIMIZE_SIZE__)
|
|
||||||
#define MBEDTLS_SHA3_PI_UNROLL 0 //no-check-names
|
|
||||||
#else
|
|
||||||
#define MBEDTLS_SHA3_PI_UNROLL 1 //no-check-names
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
#if !defined(MBEDTLS_SHA3_CHI_UNROLL)
|
#if !defined(MBEDTLS_SHA3_CHI_UNROLL)
|
||||||
#if defined(__OPTIMIZE_SIZE__)
|
#if defined(__OPTIMIZE_SIZE__)
|
||||||
#define MBEDTLS_SHA3_CHI_UNROLL 1 //no-check-names
|
|
||||||
#else
|
|
||||||
#define MBEDTLS_SHA3_CHI_UNROLL 0 //no-check-names
|
#define MBEDTLS_SHA3_CHI_UNROLL 0 //no-check-names
|
||||||
|
#else
|
||||||
|
#define MBEDTLS_SHA3_CHI_UNROLL 1 //no-check-names
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#if !defined(MBEDTLS_SHA3_PI_UNROLL)
|
||||||
|
#define MBEDTLS_SHA3_PI_UNROLL 1 //no-check-names
|
||||||
|
#endif
|
||||||
#if !defined(MBEDTLS_SHA3_RHO_UNROLL)
|
#if !defined(MBEDTLS_SHA3_RHO_UNROLL)
|
||||||
#define MBEDTLS_SHA3_RHO_UNROLL 1 //no-check-names
|
#define MBEDTLS_SHA3_RHO_UNROLL 1 //no-check-names
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user