tbuktu / libntru

C Implementation of NTRUEncrypt
Other
202 stars 59 forks source link

Fix crashes on macOS, and updates for macOS Sierra and newer #47

Closed mouse07410 closed 1 year ago

mouse07410 commented 4 years ago

This PR fixes #46 and a few other problems on macOS that I did not bother to report (yet). It's been tested on macOS Catalina 10.15.6 (current stable release).

Tested with Xcode-11.6 Clang, Clang-10, and GCC-10. Note: my env is configured with AS_INTEGRATED_ASSEMBLER=1 to use Xcode-provided assembler, as GAS isn't even fully anymore.