Module hash

Source
Expand description

Hashing with the SHA-256 hash function, and a general Hash type.

Structs§

Hash
A hash; the 32-byte output of a hashing algorithm.
HasherNon-target_os="solana"

Enums§

ParseHashError

Constants§

HASH_BYTES
Size of a hash in bytes.

Functions§

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