RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.89k stars 256 forks source link

jh: remove dependency on `ppv-lite86` #546

Open newpavlov opened 10 months ago

newpavlov commented 10 months ago

Depending on ppv-lite86 by default makes it harder to support no_std and zeroize. Ideally we should rewrite the compressor using arch intrinsics and cpufeatures.