RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.75k stars 238 forks source link

sha1: port `sha1-asm` to `arch::aarch64` intrinsics #596

Open newpavlov opened 2 weeks ago

newpavlov commented 2 weeks ago

Closes #257

newpavlov commented 2 weeks ago

@tarcieri Could you double check and test that the intrinsic implementation is correct? It passes CI, but it's better to manually check it to be safe.