Argyle-Software / kyber

A rust implementation of the Kyber post-quantum KEM
https://docs.rs/pqc_kyber/
Apache License 2.0
171 stars 40 forks source link

Fix: MacOS avx2 compilation #19

Closed mberry closed 2 years ago

mberry commented 2 years ago

Exports underscored assembly symbols on Apple and 32-bit Windows systems.

Closes #2