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