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

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl HashContext for Context

Implementors§