pub struct KeccakHasher;
Expand description
Concrete Hasher
impl for the Keccak-256 hash
Trait Implementations§
Source§impl Clone for KeccakHasher
impl Clone for KeccakHasher
Source§fn clone(&self) -> KeccakHasher
fn clone(&self) -> KeccakHasher
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KeccakHasher
impl Debug for KeccakHasher
Source§impl Default for KeccakHasher
impl Default for KeccakHasher
Source§fn default() -> KeccakHasher
fn default() -> KeccakHasher
Returns the “default value” for a type. Read more
Source§impl Hasher for KeccakHasher
impl Hasher for KeccakHasher
Source§type StdHasher = Hash256StdHasher
type StdHasher = Hash256StdHasher
What to use to build
HashMap
s with this Hasher
.Source§impl PartialEq for KeccakHasher
impl PartialEq for KeccakHasher
impl StructuralPartialEq for KeccakHasher
Auto Trait Implementations§
impl Freeze for KeccakHasher
impl RefUnwindSafe for KeccakHasher
impl Send for KeccakHasher
impl Sync for KeccakHasher
impl Unpin for KeccakHasher
impl UnwindSafe for KeccakHasher
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