RustCrypto / hashes

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

Add Customized trait for CSHAKE #573

Open sylvainpelissier opened 8 months ago

sylvainpelissier commented 8 months ago

Use the new function new_customized from https://github.com/RustCrypto/traits/pull/1334 in CSHAKE tests

newpavlov commented 6 months ago

Note that you can patch digest in the workspace Cargo.toml and use the repository version instead of waiting for a new pre-release.