RustCrypto / asm-hashes

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

feat(sha2): add aarch64 implementation for sha256 for the M1 chip #35

Closed dignifiedquire closed 3 years ago

dignifiedquire commented 3 years ago

Fixes the sha2 part of #28

tarcieri commented 3 years ago

I can confirm this at least builds on my M1 Mac Mini.

Seems like it might be good to have some basic smoke tests in these repos.

dignifiedquire commented 3 years ago

I have tested this with: https://github.com/RustCrypto/hashes/pull/261 which patches this branch in and enables the usage of asm on macos.