Remove residual KEX sidh_msr (#369). (#385)

This commit is contained in:
Ben Davies 2018-09-21 06:58:37 -04:00 committed by Douglas Stebila
parent 9b27edb54e
commit ad361d95e8
4 changed files with 0 additions and 7 deletions

1
.gitignore vendored
View File

@ -110,7 +110,6 @@ sample_params
data/
# Exceptions
!/src/kex_sidh_msr/config.h
!src/sig_picnic/external/config.h.in
# Misc (master branch)

View File

@ -8,7 +8,6 @@ matrix:
compiler: gcc
env:
- CC_OVERRIDE=gcc
- ENABLE_KEX_SIDH_MSR=0
- ENABLE_SIG_PICNIC=0
- USE_OPENSSL=1
- CHECK_STYLE=true

View File

@ -54,10 +54,6 @@ if [[ ${ENABLE_KEX_NTRU} == 0 ]];then
enable_disable_str+=" --disable-kex-ntru"
fi
if [[ ${ENABLE_KEX_SIDH_MSR} == 0 ]];then
enable_disable_str+=" --disable-kex-sidh-msr"
fi
if [[ ${ENABLE_SIG_PICNIC} == 0 ]];then
enable_disable_str+=" --disable-sig-picnic"
fi

View File

@ -877,7 +877,6 @@ RECURSIVE = NO
EXCLUDE = include/oqs/kex.h \
include/oqs/kex_ntru.h \
include/oqs/kex_code_mcbits.h \
include/oqs/kex_sidh_msr.h \
include/oqs/rand_urandom_aesctr.h \
include/oqs/rand_urandom_chacha20.h