Disabled SIKE on ARM, until failure is properly investigated.

This commit is contained in:
Christian Paquin 2019-07-24 15:15:48 -04:00
parent 6d8ce2c8ca
commit 16a6a2153a
3 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,8 @@ matrix:
- .travis/all-tests.sh
- os: linux
compiler: arm-linux-gnueabi-gcc
env:
- ENABLE_KEM_SIKE=0
addons:
apt:
packages:

View File

@ -176,7 +176,7 @@ Once the toolchain is installed, you can use the following scripts to build and
scripts/arm-cross-compile.sh
scripts/arm-run-tests-qemu.sh
At present there are still some quirks with our ARM build, including problems with the Picnic and qTESLA and the known answer tests causing build errors or segmentation faults. See issues #461, #462, and #463.
At present there are still some quirks with our ARM build, including problems with SIKE, Picnic and qTESLA and the known answer tests causing build errors or segmentation faults. See issues #461, #462, and #463.
Documentation
-------------

View File

@ -5,7 +5,6 @@ libkemsike_la_SOURCES = kem_sike.c P434/P434.c P503/P503.c P610/P610.c P751/P751
# FIXMEOQS: use _FAST_ flag for AMD64 and ARM64
if X86
SIKE_FLAGS = -D_GENERIC_ -D_X86_
else