RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.81k stars 245 forks source link

streebog: Use const fn to generate `SHUFFLED_LIN_TABLE` #497

Closed newpavlov closed 7 months ago

newpavlov commented 1 year ago

It will significantly reduce size of source code and will make it more robust.

It will require bumping MSRV, so it should be done in the next breaking release.