Module hash

Source
Expand description

Cryptographic hash functions.

This module is available if Mundane is built with the insecure feature.

Structs§

Sha256
The SHA-256 hash function.
Sha384
The SHA-384 hash function.
Sha512
The SHA-512 hash function.
Sha256Digest
The digest output by the SHA-256 hash function.
Sha384Digest
The digest output by the SHA-384 hash function.
Sha512Digest
The digest output by the SHA-512 hash function.

Traits§

Digest
The output of a Hash.
Hasher
A cryptographic hash function.