Crate solana_blake3_hasher

Crate solana_blake3_hasher 

Source
Expand description

Hashing with the blake3 hash function.

Structs§

Hash
A hash; the 32-byte output of a hashing algorithm.
Hasherblake3 and neither target_os=solana nor target_arch=bpf

Enums§

ParseHashError

Constants§

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

Functions§

hash
Return a Blake3 hash for the given data.
hashv
Return a Blake3 hash for the given data.