Crate solana_poseidon

Source
Expand description

Hashing with the Poseidon hash function.

Structs§

PoseidonHash
Poseidon hash result.

Enums§

Endianness
Endianness of inputs and result.
Parameters
Configuration parameters for the Poseidon hash function.
PoseidonSyscallError

Constants§

HASH_BYTES
Length of Poseidon hash result.

Functions§

hash
Return a Poseidon hash for the given data with the given elliptic curve and endianness.
hashv
Return a Poseidon hash for the given data with the given elliptic curve and endianness.