[][src]Trait lioness::DigestLioness

pub trait DigestLioness: Input + VariableOutput {
    fn new_digest_lioness(k: &[u8]) -> Self;
}

Adapt a given crypto::digest::Digest to Lioness.

Required methods

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

Loading content...

Implementations on Foreign Types

impl DigestLioness for VarBlake2b[src]

Loading content...

Implementors

Loading content...