Structs§
- Fixed
LenHasher Digest - Wrapper over structs that implement
FixedLenHasher
to provide default implementation forHashDigest
- Hasher
Digest - Wrapper over structs that implement
Hasher
to provide default implementation forHashDigest
Enums§
Traits§
- Fixed
LenHasher - Trait representing a family of fixed-length cryptographic hash functions which is generic over the input type.
- Hash
Digest - 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.