Trait sha2_compress::Sha2

source ·
pub trait Sha2 {
    fn compress(&self, h1: &Self, h2: &Self) -> Self;
}

Required Methods§

Implementors§