Module tiny_crypto::hash

source ·
Expand description

Cryptographic Hash Functions

Structs§

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.