liboqs/VisualStudio/winconfig.h
2018-02-16 14:00:17 -05:00

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