# Functions
NewBlake2bHasher implements the Hasher interface and computes a 256 bit hash function using the Blake2 hashing algorithm.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSha256Hasher implements the Hasher interface and computes a 256 bit hash function using the SHA256 hashing algorithm.
No description provided by the author
# Structs
FakeHasher implements the Hasher interface and computes a hash function depending on the caller.
No description provided by the author
PearsonHasher implements the Hasher interface and computes a 8 bit hash function.
XorHasher implements the Hasher interface and computes a 2 bit hash function.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author