mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-17 00:05:38 -04:00
12 lines
276 B
C
12 lines
276 B
C
#ifndef __WINCONFIG_H
|
|
#define __WINCONFIG_H
|
|
|
|
/* Enable schemes supported on Windows */
|
|
#define ENABLE_KEX_LWE_FRODO
|
|
#define ENABLE_KEX_NTRU
|
|
#define ENABLE_KEX_RLWE_MSRLN16
|
|
#define ENABLE_KEX_RLWE_NEWHOPE
|
|
#define ENABLE_KEX_SIDH_MSR
|
|
#define ENABLE_SIG_PICNIC
|
|
#endif
|