open-quantum-safe / liboqs

C library for prototyping and experimenting with quantum-resistant cryptography
https://openquantumsafe.org/
Other
1.87k stars 459 forks source link

CROSS KAT failures / potential endianness issue #1961

Open bhess opened 1 week ago

bhess commented 1 week ago

Describe the bug KATs for CROSS fail on s390x after reenabling the Travis build for this platform in #1960.

S390x is the only big-endian platform in the CI pipeline, so I suspect an endianness issue in CROSS.

Tagging @rtjk

To Reproduce See https://app.travis-ci.com/github/open-quantum-safe/liboqs/jobs/627436707

rtjk commented 1 week ago

Thank yo for the catch @bhess! I'll look into this as soon as I'm done with #1958.