solana_program

Module blake3

Source
Expand description

Hashing with the blake3 hash function.

Structs§

Hash
A blake3 hash.
Hasher

Enums§

ParseHashError

Constants§

HASH_BYTES
Size of a hash in bytes.

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.