Struct keccak_hasher::KeccakHasher
source · 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
§type StdHasher = Hash256StdHasher
type StdHasher = Hash256StdHasher
What to use to build
HashMap
s with this Hasher
.source§impl PartialEq<KeccakHasher> for KeccakHasher
impl PartialEq<KeccakHasher> for KeccakHasher
source§fn eq(&self, other: &KeccakHasher) -> bool
fn eq(&self, other: &KeccakHasher) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.