RustCrypto / asm-hashes

Assembly implementations of cryptographic hash functions
46 stars 26 forks source link

Fix for link error on macOS #4

Closed elliottslaughter closed 6 years ago

elliottslaughter commented 6 years ago

Fixes https://github.com/RustCrypto/hashes/issues/54 by adding versions of the symbols named with leading underscores (conditionally on __APPLE__). Fix was suggested by https://github.com/alexcrichton/cc-rs/issues/317.