Expand description
Cryptographic hash functions.
This module is available if Mundane is built with the insecure
feature.
Structs
- The SHA-256 hash function.
- The digest output by the SHA-256 hash function.
- The SHA-384 hash function.
- The digest output by the SHA-384 hash function.
- The SHA-512 hash function.
- The digest output by the SHA-512 hash function.
Traits
- The output of a
Hash
. - A cryptographic hash function.