Expand description
Cryptographic hashing module v2.0
Provides multiple hash algorithms: SHA-256, SHA-3, and BLAKE3.
Structs§
- Hash
Output - Hash output wrapper
- Hasher
- Universal hasher supporting multiple algorithms
- Incremental
Hasher - Incremental hasher for streaming data
Enums§
- Hash
Algorithm - Supported hash algorithms
- Hash
Error - Hashing errors