Trait ethers::signers::yubihsm::asymmetric::signature::digest::Reset[]

pub trait Reset {
    fn reset(&mut self);
}
Expand description

Trait for resetting hash instances

Required methods

Reset hasher instance to its initial state and return current state.

Implementations on Foreign Types

Implementors