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