Crate solana_keccak_hasher

Source
Expand description

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

Structs§

Hash
Hashersha3 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 Keccak256 hash for the given data.
hashv
Return a Keccak256 hash for the given data.