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