diff --git a/examples/basic_deterministic/mldsa_native/mldsa_native_config.h b/examples/basic_deterministic/mldsa_native/mldsa_native_config.h index ac48237c2..b31de9a32 100644 --- a/examples/basic_deterministic/mldsa_native/mldsa_native_config.h +++ b/examples/basic_deterministic/mldsa_native/mldsa_native_config.h @@ -686,7 +686,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/bring_your_own_fips202/mldsa_native/mldsa_native_config.h b/examples/bring_your_own_fips202/mldsa_native/mldsa_native_config.h index baba8a033..38b9ae402 100644 --- a/examples/bring_your_own_fips202/mldsa_native/mldsa_native_config.h +++ b/examples/bring_your_own_fips202/mldsa_native/mldsa_native_config.h @@ -686,7 +686,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/bring_your_own_fips202_static/mldsa_native/mldsa_native_config.h b/examples/bring_your_own_fips202_static/mldsa_native/mldsa_native_config.h index 48eb42065..c0098bc1a 100644 --- a/examples/bring_your_own_fips202_static/mldsa_native/mldsa_native_config.h +++ b/examples/bring_your_own_fips202_static/mldsa_native/mldsa_native_config.h @@ -687,7 +687,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/custom_backend/mldsa_native/mldsa_native_config.h b/examples/custom_backend/mldsa_native/mldsa_native_config.h index 6c064c470..941a0abcd 100644 --- a/examples/custom_backend/mldsa_native/mldsa_native_config.h +++ b/examples/custom_backend/mldsa_native/mldsa_native_config.h @@ -682,7 +682,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/monolithic_build/mldsa_native/mldsa_native_config.h b/examples/monolithic_build/mldsa_native/mldsa_native_config.h index 68f7ce8b6..d33a2e492 100644 --- a/examples/monolithic_build/mldsa_native/mldsa_native_config.h +++ b/examples/monolithic_build/mldsa_native/mldsa_native_config.h @@ -685,7 +685,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/monolithic_build_multilevel/mldsa_native/mldsa_native_config.h b/examples/monolithic_build_multilevel/mldsa_native/mldsa_native_config.h index 5247c32e1..20a45d299 100644 --- a/examples/monolithic_build_multilevel/mldsa_native/mldsa_native_config.h +++ b/examples/monolithic_build_multilevel/mldsa_native/mldsa_native_config.h @@ -686,7 +686,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/monolithic_build_multilevel_native/mldsa_native/mldsa_native_config.h b/examples/monolithic_build_multilevel_native/mldsa_native/mldsa_native_config.h index 99d7142b9..c6310cfd5 100644 --- a/examples/monolithic_build_multilevel_native/mldsa_native/mldsa_native_config.h +++ b/examples/monolithic_build_multilevel_native/mldsa_native/mldsa_native_config.h @@ -693,7 +693,7 @@ static MLD_INLINE void mld_randombytes(uint8_t *ptr, size_t len) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/monolithic_build_native/mldsa_native/mldsa_native_config.h b/examples/monolithic_build_native/mldsa_native/mldsa_native_config.h index 6b628a326..7e423f2bf 100644 --- a/examples/monolithic_build_native/mldsa_native/mldsa_native_config.h +++ b/examples/monolithic_build_native/mldsa_native/mldsa_native_config.h @@ -685,7 +685,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/multilevel_build/mldsa_native/mldsa_native_config.h b/examples/multilevel_build/mldsa_native/mldsa_native_config.h index 7af428134..701cbf408 100644 --- a/examples/multilevel_build/mldsa_native/mldsa_native_config.h +++ b/examples/multilevel_build/mldsa_native/mldsa_native_config.h @@ -685,7 +685,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/examples/multilevel_build_native/mldsa_native/mldsa_native_config.h b/examples/multilevel_build_native/mldsa_native/mldsa_native_config.h index edf3a9074..0e376b17e 100644 --- a/examples/multilevel_build_native/mldsa_native/mldsa_native_config.h +++ b/examples/multilevel_build_native/mldsa_native/mldsa_native_config.h @@ -683,7 +683,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/mldsa/mldsa_native_config.h b/mldsa/mldsa_native_config.h index 98e87a38a..3b7382adf 100644 --- a/mldsa/mldsa_native_config.h +++ b/mldsa/mldsa_native_config.h @@ -670,7 +670,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/break_pct_config.h b/test/break_pct_config.h index 74de94f0d..69d4e1a65 100644 --- a/test/break_pct_config.h +++ b/test/break_pct_config.h @@ -690,7 +690,7 @@ static MLD_INLINE int mld_break_pct(void) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_memcpy_config.h b/test/custom_memcpy_config.h index a3993cd03..56ba0446e 100644 --- a/test/custom_memcpy_config.h +++ b/test/custom_memcpy_config.h @@ -693,7 +693,7 @@ static MLD_INLINE void *mld_memcpy(void *dest, const void *src, size_t n) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_memset_config.h b/test/custom_memset_config.h index 7b1e5d6c7..409759116 100644 --- a/test/custom_memset_config.h +++ b/test/custom_memset_config.h @@ -692,7 +692,7 @@ static MLD_INLINE void *mld_memset(void *s, int c, size_t n) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_native_capability_config_0.h b/test/custom_native_capability_config_0.h index 56fc43c43..1e6bfb08c 100644 --- a/test/custom_native_capability_config_0.h +++ b/test/custom_native_capability_config_0.h @@ -692,7 +692,7 @@ static MLD_INLINE int mld_sys_check_capability(mld_sys_cap cap) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_native_capability_config_1.h b/test/custom_native_capability_config_1.h index 4123aa008..52869c86f 100644 --- a/test/custom_native_capability_config_1.h +++ b/test/custom_native_capability_config_1.h @@ -691,7 +691,7 @@ static MLD_INLINE int mld_sys_check_capability(mld_sys_cap cap) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_native_capability_config_CPUID_AVX2.h b/test/custom_native_capability_config_CPUID_AVX2.h index 585d6cd3f..7cd72a68d 100644 --- a/test/custom_native_capability_config_CPUID_AVX2.h +++ b/test/custom_native_capability_config_CPUID_AVX2.h @@ -723,7 +723,7 @@ static MLD_INLINE int mld_sys_check_capability(mld_sys_cap cap) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_native_capability_config_ID_AA64PFR1_EL1.h b/test/custom_native_capability_config_ID_AA64PFR1_EL1.h index 1eb1040c6..87b677870 100644 --- a/test/custom_native_capability_config_ID_AA64PFR1_EL1.h +++ b/test/custom_native_capability_config_ID_AA64PFR1_EL1.h @@ -710,7 +710,7 @@ static MLD_INLINE int mld_sys_check_capability(mld_sys_cap cap) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_randombytes_config.h b/test/custom_randombytes_config.h index 02dde05dd..e3d533140 100644 --- a/test/custom_randombytes_config.h +++ b/test/custom_randombytes_config.h @@ -686,7 +686,7 @@ static MLD_INLINE void mld_randombytes(uint8_t *ptr, size_t len) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_stdlib_config.h b/test/custom_stdlib_config.h index 1be9ecc3a..300677320 100644 --- a/test/custom_stdlib_config.h +++ b/test/custom_stdlib_config.h @@ -701,7 +701,7 @@ static MLD_INLINE void *mld_memset(void *s, int c, size_t n) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/custom_zeroize_config.h b/test/custom_zeroize_config.h index ac3861fdf..0f8dc8cbf 100644 --- a/test/custom_zeroize_config.h +++ b/test/custom_zeroize_config.h @@ -686,7 +686,7 @@ static MLD_INLINE void mld_zeroize_native(void *ptr, size_t len) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/no_asm_config.h b/test/no_asm_config.h index 77d598a35..180fe2e43 100644 --- a/test/no_asm_config.h +++ b/test/no_asm_config.h @@ -687,7 +687,7 @@ static MLD_INLINE void mld_zeroize_native(void *ptr, size_t len) * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/serial_fips202_config.h b/test/serial_fips202_config.h index c8be04a1f..00fa1d23b 100644 --- a/test/serial_fips202_config.h +++ b/test/serial_fips202_config.h @@ -685,7 +685,7 @@ * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/ diff --git a/test/test_alloc_config.h b/test/test_alloc_config.h index 4f2d40dbd..765147636 100644 --- a/test/test_alloc_config.h +++ b/test/test_alloc_config.h @@ -694,7 +694,7 @@ void custom_free(void *p, size_t sz, const char *file, int line, * Its scope and configuration may change at any time. * *****************************************************************************/ -/* #define MLD_CONFIG_REDUCE_RAM */ +#define MLD_CONFIG_REDUCE_RAM /************************* Config internals ********************************/