mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
Changed SIDH ref in Travis scripts to reflect new names. (#216)
This commit is contained in:
parent
20348ca55d
commit
298c983f43
@ -46,7 +46,7 @@ if [[ ${ENABLE_KEX_RLWE_NEWHOPE} == 0 ]];then
|
||||
enable_disable_str+=" --disable-kex-rlwe-newhope"
|
||||
fi
|
||||
|
||||
if [[ ${ENABLE_KEX_SIDH_CLN16} == 0 ]];then
|
||||
if [[ ${ENABLE_KEX_SIDH_MSR} == 0 ]];then
|
||||
enable_disable_str+=" --disable-kex-sidh-cln16"
|
||||
fi
|
||||
|
||||
|
@ -9,7 +9,7 @@ matrix:
|
||||
env:
|
||||
- ENABLE_SIDH_IQC_REF=1
|
||||
- ENABLE_KEX_LWE_FRODO=0
|
||||
- ENABLE_KEX_SIDH_CLN16=0
|
||||
- ENABLE_KEX_SIDH_MSR=0
|
||||
- ENABLE_SIG_PICNIC=0
|
||||
- USE_OPENSSL=1
|
||||
- ENABLE_KEX_RLWE_NEWHOPE_AVX2=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user