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.
- Sha256
Digest - The digest output by the SHA-256 hash function.
- Sha384
Digest - The digest output by the SHA-384 hash function.
- Sha512
Digest - The digest output by the SHA-512 hash function.