mirror of
				https://github.com/open-quantum-safe/liboqs.git
				synced 2025-11-04 00:02:35 -05:00 
			
		
		
		
	* Added example_kem/sig and speed_kem/sig to Visual Studio. * Added kat_kem to VS * Re-added SIDH/SIKE to Visual Studio
		
			
				
	
	
		
			21 lines
		
	
	
		
			609 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			609 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_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
 | 
						|
 | 
						|
#endif
 |