191 lines
7.4 KiB
C
191 lines
7.4 KiB
C
// SPDX-License-Identifier: MIT
|
|
|
|
#define OQS_VERSION_TEXT "0.10.0"
|
|
#define OQS_COMPILE_BUILD_TARGET "AMD64-Windows-6.2.9200"
|
|
#define OQS_DIST_BUILD 1
|
|
#define OQS_DIST_X86_64_BUILD 1
|
|
/* #undef OQS_DIST_X86_BUILD */
|
|
/* #undef OQS_DIST_ARM64_V8_BUILD */
|
|
/* #undef OQS_DIST_ARM32_V7_BUILD */
|
|
/* #undef OQS_DIST_PPC64LE_BUILD */
|
|
/* #undef OQS_DEBUG_BUILD */
|
|
#define ARCH_X86_64 1
|
|
/* #undef ARCH_ARM64v8 */
|
|
/* #undef ARCH_ARM32v7 */
|
|
/* #undef BUILD_SHARED_LIBS */
|
|
/* #undef OQS_BUILD_ONLY_LIB */
|
|
#define OQS_OPT_TARGET "generic"
|
|
/* #undef USE_SANITIZER */
|
|
/* #undef CMAKE_BUILD_TYPE */
|
|
|
|
/* #undef OQS_USE_OPENSSL */
|
|
/* #undef OQS_USE_AES_OPENSSL */
|
|
/* #undef OQS_USE_SHA2_OPENSSL */
|
|
/* #undef OQS_USE_SHA3_OPENSSL */
|
|
|
|
/* #undef OQS_EMBEDDED_BUILD */
|
|
|
|
/* #undef OQS_USE_PTHREADS */
|
|
|
|
/* #undef OQS_USE_ADX_INSTRUCTIONS */
|
|
/* #undef OQS_USE_AES_INSTRUCTIONS */
|
|
/* #undef OQS_USE_AVX_INSTRUCTIONS */
|
|
/* #undef OQS_USE_AVX2_INSTRUCTIONS */
|
|
/* #undef OQS_USE_AVX512_INSTRUCTIONS */
|
|
/* #undef OQS_USE_BMI1_INSTRUCTIONS */
|
|
/* #undef OQS_USE_BMI2_INSTRUCTIONS */
|
|
/* #undef OQS_USE_PCLMULQDQ_INSTRUCTIONS */
|
|
/* #undef OQS_USE_VPCLMULQDQ_INSTRUCTIONS */
|
|
/* #undef OQS_USE_POPCNT_INSTRUCTIONS */
|
|
/* #undef OQS_USE_SSE_INSTRUCTIONS */
|
|
/* #undef OQS_USE_SSE2_INSTRUCTIONS */
|
|
/* #undef OQS_USE_SSE3_INSTRUCTIONS */
|
|
|
|
/* #undef OQS_USE_ARM_AES_INSTRUCTIONS */
|
|
/* #undef OQS_USE_ARM_SHA2_INSTRUCTIONS */
|
|
/* #undef OQS_USE_ARM_SHA3_INSTRUCTIONS */
|
|
/* #undef OQS_USE_ARM_NEON_INSTRUCTIONS */
|
|
|
|
/* #undef OQS_SPEED_USE_ARM_PMU */
|
|
|
|
/* #undef OQS_ENABLE_TEST_CONSTANT_TIME */
|
|
|
|
/* #undef OQS_ENABLE_SHA3_xkcp_low_avx2 */
|
|
|
|
/* #undef OQS_ENABLE_KEM_BIKE */
|
|
/* #undef OQS_ENABLE_KEM_bike_l1 */
|
|
/* #undef OQS_ENABLE_KEM_bike_l3 */
|
|
/* #undef OQS_ENABLE_KEM_bike_l5 */
|
|
|
|
#define OQS_ENABLE_KEM_FRODOKEM 1
|
|
#define OQS_ENABLE_KEM_frodokem_640_aes 1
|
|
#define OQS_ENABLE_KEM_frodokem_640_shake 1
|
|
#define OQS_ENABLE_KEM_frodokem_976_aes 1
|
|
#define OQS_ENABLE_KEM_frodokem_976_shake 1
|
|
#define OQS_ENABLE_KEM_frodokem_1344_aes 1
|
|
#define OQS_ENABLE_KEM_frodokem_1344_shake 1
|
|
|
|
#define OQS_ENABLE_KEM_NTRUPRIME 1
|
|
#define OQS_ENABLE_KEM_ntruprime_sntrup761 1
|
|
/* #undef OQS_ENABLE_KEM_ntruprime_sntrup761_avx2 */
|
|
|
|
///// OQS_COPY_FROM_UPSTREAM_FRAGMENT_ADD_ALG_ENABLE_DEFINES_START
|
|
|
|
#define OQS_ENABLE_KEM_CLASSIC_MCELIECE 1
|
|
#define OQS_ENABLE_KEM_classic_mceliece_348864 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_348864_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_348864f 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_348864f_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_460896 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_460896_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_460896f 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_460896f_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_6688128 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_6688128_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_6688128f 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_6688128f_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_6960119 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_6960119_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_6960119f 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_6960119f_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_8192128 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_8192128_avx2 */
|
|
#define OQS_ENABLE_KEM_classic_mceliece_8192128f 1
|
|
/* #undef OQS_ENABLE_KEM_classic_mceliece_8192128f_avx2 */
|
|
|
|
#define OQS_ENABLE_KEM_HQC 1
|
|
#define OQS_ENABLE_KEM_hqc_128 1
|
|
#define OQS_ENABLE_KEM_hqc_192 1
|
|
#define OQS_ENABLE_KEM_hqc_256 1
|
|
|
|
#define OQS_ENABLE_KEM_KYBER 1
|
|
#define OQS_ENABLE_KEM_kyber_512 1
|
|
/* #undef OQS_ENABLE_KEM_kyber_512_avx2 */
|
|
/* #undef OQS_ENABLE_KEM_kyber_512_aarch64 */
|
|
#define OQS_ENABLE_KEM_kyber_768 1
|
|
/* #undef OQS_ENABLE_KEM_kyber_768_avx2 */
|
|
/* #undef OQS_ENABLE_KEM_kyber_768_aarch64 */
|
|
#define OQS_ENABLE_KEM_kyber_1024 1
|
|
/* #undef OQS_ENABLE_KEM_kyber_1024_avx2 */
|
|
/* #undef OQS_ENABLE_KEM_kyber_1024_aarch64 */
|
|
|
|
#define OQS_ENABLE_KEM_ML_KEM 1
|
|
#define OQS_ENABLE_KEM_ml_kem_512_ipd 1
|
|
#define OQS_ENABLE_KEM_ml_kem_512 1
|
|
/* #undef OQS_ENABLE_KEM_ml_kem_512_ipd_avx2 */
|
|
/* #undef OQS_ENABLE_KEM_ml_kem_512_avx2 */
|
|
#define OQS_ENABLE_KEM_ml_kem_768_ipd 1
|
|
#define OQS_ENABLE_KEM_ml_kem_768 1
|
|
/* #undef OQS_ENABLE_KEM_ml_kem_768_ipd_avx2 */
|
|
/* #undef OQS_ENABLE_KEM_ml_kem_768_avx2 */
|
|
#define OQS_ENABLE_KEM_ml_kem_1024_ipd 1
|
|
#define OQS_ENABLE_KEM_ml_kem_1024 1
|
|
/* #undef OQS_ENABLE_KEM_ml_kem_1024_ipd_avx2 */
|
|
/* #undef OQS_ENABLE_KEM_ml_kem_1024_avx2 */
|
|
|
|
#define OQS_ENABLE_SIG_DILITHIUM 1
|
|
#define OQS_ENABLE_SIG_dilithium_2 1
|
|
/* #undef OQS_ENABLE_SIG_dilithium_2_avx2 */
|
|
/* #undef OQS_ENABLE_SIG_dilithium_2_aarch64 */
|
|
#define OQS_ENABLE_SIG_dilithium_3 1
|
|
/* #undef OQS_ENABLE_SIG_dilithium_3_avx2 */
|
|
/* #undef OQS_ENABLE_SIG_dilithium_3_aarch64 */
|
|
#define OQS_ENABLE_SIG_dilithium_5 1
|
|
/* #undef OQS_ENABLE_SIG_dilithium_5_avx2 */
|
|
/* #undef OQS_ENABLE_SIG_dilithium_5_aarch64 */
|
|
|
|
#define OQS_ENABLE_SIG_ML_DSA 1
|
|
#define OQS_ENABLE_SIG_ml_dsa_44_ipd 1
|
|
#define OQS_ENABLE_SIG_ml_dsa_44 1
|
|
/* #undef OQS_ENABLE_SIG_ml_dsa_44_ipd_avx2 */
|
|
/* #undef OQS_ENABLE_SIG_ml_dsa_44_avx2 */
|
|
#define OQS_ENABLE_SIG_ml_dsa_65_ipd 1
|
|
#define OQS_ENABLE_SIG_ml_dsa_65 1
|
|
/* #undef OQS_ENABLE_SIG_ml_dsa_65_ipd_avx2 */
|
|
/* #undef OQS_ENABLE_SIG_ml_dsa_65_avx2 */
|
|
#define OQS_ENABLE_SIG_ml_dsa_87_ipd 1
|
|
#define OQS_ENABLE_SIG_ml_dsa_87 1
|
|
/* #undef OQS_ENABLE_SIG_ml_dsa_87_ipd_avx2 */
|
|
/* #undef OQS_ENABLE_SIG_ml_dsa_87_avx2 */
|
|
|
|
#define OQS_ENABLE_SIG_FALCON 1
|
|
#define OQS_ENABLE_SIG_falcon_512 1
|
|
#define OQS_ENABLE_SIG_falcon_512_avx2 1
|
|
/* #undef OQS_ENABLE_SIG_falcon_512_aarch64 */
|
|
#define OQS_ENABLE_SIG_falcon_1024 1
|
|
#define OQS_ENABLE_SIG_falcon_1024_avx2 1
|
|
/* #undef OQS_ENABLE_SIG_falcon_1024_aarch64 */
|
|
#define OQS_ENABLE_SIG_falcon_padded_512 1
|
|
#define OQS_ENABLE_SIG_falcon_padded_512_avx2 1
|
|
/* #undef OQS_ENABLE_SIG_falcon_padded_512_aarch64 */
|
|
#define OQS_ENABLE_SIG_falcon_padded_1024 1
|
|
#define OQS_ENABLE_SIG_falcon_padded_1024_avx2 1
|
|
/* #undef OQS_ENABLE_SIG_falcon_padded_1024_aarch64 */
|
|
|
|
#define OQS_ENABLE_SIG_SPHINCS 1
|
|
#define OQS_ENABLE_SIG_sphincs_sha2_128f_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_sha2_128f_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_sha2_128s_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_sha2_128s_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_sha2_192f_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_sha2_192f_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_sha2_192s_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_sha2_192s_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_sha2_256f_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_sha2_256f_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_sha2_256s_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_sha2_256s_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_shake_128f_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_shake_128f_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_shake_128s_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_shake_128s_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_shake_192f_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_shake_192f_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_shake_192s_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_shake_192s_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_shake_256f_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_shake_256f_simple_avx2 */
|
|
#define OQS_ENABLE_SIG_sphincs_shake_256s_simple 1
|
|
/* #undef OQS_ENABLE_SIG_sphincs_shake_256s_simple_avx2 */
|
|
///// OQS_COPY_FROM_UPSTREAM_FRAGMENT_ADD_ALG_ENABLE_DEFINES_END
|