Module hasher

Source

Structs§

FixedLenHasherDigest
Wrapper over structs that implement FixedLenHasher to provide default implementation for HashDigest
HasherDigest
Wrapper over structs that implement Hasher to provide default implementation for HashDigest

Enums§

HashError

Traits§

FixedLenHasher
Trait representing a family of fixed-length cryptographic hash functions which is generic over the input type.
HashDigest
Trait representing the simplest and most straight forward use case of a hash function
Hasher
Trait representing cryptographic hash functions which is generic over the input type.

Functions§

fixed_len_hash
hasher_hash