Trait lioness::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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl DigestLioness for VarBlake2b

source§

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

Implementors§