Module blake3

Module blake3 

Source
Expand description

The blake3 module provides functions for creating hashes.

Structs§

Hash
Hasher

Enums§

ParseHashError

Constants§

HASH_BYTES
Size of hash

Functions§

extend_and_hash
Return the hash of the given hash extended with the given value.
hash
Return a Blake3 hash for the given data.
hashv
Return a Blake3 hash for the given data.