Crate solana_blake3_hasher

Source
Expand description

Hashing with the blake3 hash function.

Structs§

Hash
Hasherblake3 or non-target_os="solana"

Enums§

ParseHashError

Constants§

HASH_BYTES
Size of a hash in bytes.
MAX_BASE58_LEN
Maximum string length of a base58 encoded hash.

Functions§

extend_and_hashstd
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.