Expand description
The SHA2 cryptographic hash functions.
See crate ::sha2
.
Modules§
- digest
- This crate provides traits which describe functionality of cryptographic hash functions and Message Authentication algorithms.
Structs§
- Sha256
VarCore - Core block-level SHA-256 hasher with variable output size.
- Sha512
VarCore - Core block-level SHA-512 hasher with variable output size.
Traits§
- Digest
- Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.
Type Aliases§
- Sha224
- SHA-224 hasher.
- Sha256
- SHA-256 hasher.
- Sha384
- SHA-384 hasher.
- Sha512
- SHA-512 hasher.
- Sha512_
224 - SHA-512/224 hasher.
- Sha512_
256 - SHA-512/256 hasher.