pub struct KeccakBuilder;Expand description
The default Hasher builder used in this library’s merkle
proofs.
It instantiates a Keccak256 hasher.
Trait Implementations§
Source§impl BuildHasher for KeccakBuilder
impl BuildHasher for KeccakBuilder
Source§fn build_hasher(&self) -> Self::Hasher
fn build_hasher(&self) -> Self::Hasher
Creates a new hasher. Read more
Auto Trait Implementations§
impl Freeze for KeccakBuilder
impl RefUnwindSafe for KeccakBuilder
impl Send for KeccakBuilder
impl Sync for KeccakBuilder
impl Unpin for KeccakBuilder
impl UnwindSafe for KeccakBuilder
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