Module hasher

Module hasher 

Source
Expand description

Module for Poseidon hasher

Modules§

mds
Module for maximum distance separable matrix operations.
spec
Module for poseidon specification.
state
Module for poseidon states.

Structs§

PoseidonCompactChunkInput
A compact chunk input for Poseidon hasher. The end of a logical input could only be at the boundary of a chunk.
PoseidonCompactInput
1 logical row of compact input for Poseidon hasher.
PoseidonCompactOutput
1 logical row of compact output for Poseidon hasher.
PoseidonHasher
Stateless Poseidon hasher.
PoseidonSponge
Poseidon sponge. This is stateful.