Changed SIDH ref in Travis scripts to reflect new names. (#216)

This commit is contained in:
Christian Paquin 2018-01-30 10:31:23 -05:00 committed by Douglas Stebila
parent 20348ca55d
commit 298c983f43
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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