pub trait DigestLioness: Input + VariableOutput {
// Required method
fn new_digest_lioness(k: &[u8]) -> Self;
}Expand description
Adapt a given crypto::digest::Digest to Lioness.
Required Methods§
fn new_digest_lioness(k: &[u8]) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.