microsoft / PQCrypto-SIDH

SIDH Library is a fast and portable software library that implements state-of-the-art supersingular isogeny cryptographic schemes. The chosen parameters aim to provide security against attackers running a large-scale quantum computer, and security against classical algorithms.
MIT License
317 stars 101 forks source link

Illegal instruction #20

Closed fullnitrous closed 5 years ago

fullnitrous commented 5 years ago
PQCrypto-SIDH$ ./sidh751/test_SIDH

TESTING EPHEMERAL ISOGENY-BASED KEY EXCHANGE SYSTEM SIDHp751
--------------------------------------------------------------------------------------------------------

Illegal instruction (core dumped)
/PQCrypto-SIDH$
patricklonga commented 5 years ago

In the README you can find the right flags to set according to your PC. Especially, check for mulx and adx support, which are required by default by the library.