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

Required methods

Implementors