pub trait HashContext: Writer + Sized {
    fn complete(self) -> HashOutput;
}

Required Methods§

Implementations on Foreign Types§

Implementors§