pub struct TmSha2Hasher;Expand description
A sha256 hasher, compatible with Tendermint merkle hash
Implementations§
Source§impl TmSha2Hasher
impl TmSha2Hasher
Trait Implementations§
Source§impl Default for TmSha2Hasher
impl Default for TmSha2Hasher
Source§impl MerkleHash for TmSha2Hasher
impl MerkleHash for TmSha2Hasher
Auto Trait Implementations§
impl Freeze for TmSha2Hasher
impl RefUnwindSafe for TmSha2Hasher
impl Send for TmSha2Hasher
impl Sync for TmSha2Hasher
impl Unpin for TmSha2Hasher
impl UnwindSafe for TmSha2Hasher
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more