mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-11-22 00:09:23 -05:00
Disabled SIKE on ARM, until failure is properly investigated.
This commit is contained in:
parent
6d8ce2c8ca
commit
16a6a2153a
@ -24,6 +24,8 @@ matrix:
|
||||
- .travis/all-tests.sh
|
||||
- os: linux
|
||||
compiler: arm-linux-gnueabi-gcc
|
||||
env:
|
||||
- ENABLE_KEM_SIKE=0
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
||||
@ -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
|
||||
-------------
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user