Module hash

Module hash 

Source
Expand description

Cryptographic Hash Functions

Structs§

OnceWrapper
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.
OnceHasher
The hash function trait with one-shot hash call.