Skip to main content

Crate solana_hash

Crate solana_hash 

Source

Structs§

Hash
A hash; the 32-byte output of a hashing algorithm.
HashHasherrand and neither target_os=solana nor BPF
A faster, but less collision resistant hasher for hashes.
HashHasherBuilderrand and neither target_os=solana nor BPF
A builder for faster, but less collision resistant hasher for hashes.

Enums§

ParseHashErrordecode

Constants§

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