mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-11-15 00:03:24 -05:00
29 lines
931 B
C
29 lines
931 B
C
#ifndef __WINCONFIG_H
|
|
#define __WINCONFIG_H
|
|
|
|
/* Enable schemes supported on Windows */
|
|
#define OQS_ENABLE_KEM_frodokem_640_aes
|
|
#define OQS_ENABLE_KEM_frodokem_976_aes
|
|
#define OQS_ENABLE_KEM_frodokem_640_cshake
|
|
#define OQS_ENABLE_KEM_frodokem_976_cshake
|
|
#define OQS_ENABLE_KEM_kyber_512_cca_kem
|
|
#define OQS_ENABLE_KEM_kyber_768_cca_kem
|
|
#define OQS_ENABLE_KEM_kyber_1024_cca_kem
|
|
#define OQS_ENABLE_KEM_newhope_1024_cca_kem
|
|
#define OQS_ENABLE_KEM_newhope_512_cca_kem
|
|
#define OQS_ENABLE_KEM_sike_p503
|
|
#define OQS_ENABLE_KEM_sike_p751
|
|
#define OQS_ENABLE_KEM_sidh_p503
|
|
#define OQS_ENABLE_KEM_sidh_p751
|
|
#define OQS_ENABLE_SIG_picnic_L1_FS
|
|
#define OQS_ENABLE_SIG_picnic_L1_UR
|
|
#define OQS_ENABLE_SIG_picnic_L3_FS
|
|
#define OQS_ENABLE_SIG_picnic_L3_UR
|
|
#define OQS_ENABLE_SIG_picnic_L5_FS
|
|
#define OQS_ENABLE_SIG_picnic_L5_UR
|
|
#define OQS_ENABLE_SIG_picnic2_L1_FS
|
|
#define OQS_ENABLE_SIG_picnic2_L3_FS
|
|
#define OQS_ENABLE_SIG_picnic2_L5_FS
|
|
|
|
#endif
|