RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.84k stars 247 forks source link

blake2: fixup rustc 1.78 warnings #580

Closed baloo closed 4 months ago

baloo commented 4 months ago

Starting 1.78, rust will report the as_mut_bytes method is dead code.

I believe rustc is correct.