RustCrypto / hashes

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

sha2: replace `soft` crate feature with configuration flag #615

Closed newpavlov closed 3 months ago

newpavlov commented 3 months ago

To force use of the software backend users now have to use RUSTFLAGS='--cfg sha2_backend="soft"'.