Crate solana_keccak_hasher

Crate solana_keccak_hasher 

Source
Expand description

Hashing with the keccak (SHA-3) hash function.

Structs§

Hash
A hash; the 32-byte output of a hashing algorithm.
Hashersha3 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 Keccak256 hash for the given data.
hashv
Return a Keccak256 hash for the given data.