mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-11-27 00:04:24 -05:00
Default alg setting brought in line with documentation (#744)
This commit is contained in:
parent
e69bdcbd32
commit
2bcc8ae038
@ -1,7 +1,11 @@
|
||||
include(CMakeDependentOption)
|
||||
|
||||
set(OQS_KEM_DEFAULT "OQS_KEM_alg_frodokem_640_aes")
|
||||
set(OQS_SIG_DEFAULT "OQS_SIG_alg_dilithium_2")
|
||||
if(NOT DEFINED OQS_KEM_DEFAULT)
|
||||
set(OQS_KEM_DEFAULT "OQS_KEM_alg_frodokem_640_aes")
|
||||
endif()
|
||||
if(NOT DEFINED OQS_SIG_DEFAULT)
|
||||
set(OQS_SIG_DEFAULT "OQS_SIG_alg_dilithium_2")
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
option(OQS_USE_OPENSSL "" ON)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user