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
316 stars 101 forks source link

If ARCH=M1, set ADDITIONAL_SETTINGS="-mcpu=apple-a14" #60

Open dconnolly opened 2 years ago

dconnolly commented 2 years ago

Works nicely for clang and gcc on an M1 Macbook Air

dconnolly commented 2 years ago

@patricklonga ?