DigestLioness

Trait DigestLioness 

Source
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§

Source

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.

Implementations on Foreign Types§

Source§

impl DigestLioness for VarBlake2b

Source§

fn new_digest_lioness(k: &[u8]) -> Self

Implementors§