[][src]Module mundane::hash

Cryptographic hash functions.

Structs

Sha256

The SHA-256 hash function.

Sha256Digest

The digest output by the SHA-256 hash function.

Sha384

The SHA-384 hash function.

Sha384Digest

The digest output by the SHA-384 hash function.

Sha512

The SHA-512 hash function.

Sha512Digest

The digest output by the SHA-512 hash function.

Traits

Digest

The output of a Hash.

Hasher

A cryptographic hash function.