Trait sha2_compress::Sha2[][src]

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

Required methods

Implementors