Expand description
Hashes-related data structures and functions.
Structs§
- BLAKE3 hash output transparent wrapper
Functions§
- BLAKE3 hashing of a single value truncated to 254 bits as Scalar for usage with KZG.
- BLAKE3 hashing of a single value.
- BLAKE3 hashing of a list of values.
- BLAKE3 keyed hashing of a list of values.
- BLAKE3 hashing of a single value in parallel (only useful for large values well above 128kiB).
- BLAKE3 keyed hashing of a single value.