Expand description
Cryptographic Hash Functions
Structs§
- Once
Wrapper - The type wraps a Hahser to a OnceHasher
- Sha1
- The SHA1 hasher
Constants§
- SHA1
- SHA1 is a constant Sha1 instance with OnceHasher trait.
Traits§
- Hasher
- The hash function trait with multiple updates.
- Once
Hasher - The hash function trait with one-shot hash call.