Expand description
BLAKE3 hashing utilities for document signing.
Structs§
- Document
Hash - A BLAKE3 hash of document content.
Constants§
- HASH_
SIZE - The size of a BLAKE3 hash output in bytes.
Functions§
- hash_
bytes - Compute the BLAKE3 hash of a byte slice.
- hash_
file - Compute the BLAKE3 hash of a file using streaming (memory efficient).
- hash_
reader - Compute the BLAKE3 hash from any reader using streaming.