Module hashing

Module hashing 

Source
Expand description

Cryptographic hashing module v2.0

Provides multiple hash algorithms: SHA-256, SHA-3, and BLAKE3.

Structs§

HashOutput
Hash output wrapper
Hasher
Universal hasher supporting multiple algorithms
IncrementalHasher
Incremental hasher for streaming data

Enums§

HashAlgorithm
Supported hash algorithms
HashError
Hashing errors

Functions§

blake3
sha3_256
sha256
Convenience functions