Expand description
Poseidon hashing implemention with variable lenght input setting. This crate also exposes constant parameters for circuit implementations
Structs
MDSMatrices
holds the MDS matrix as well as transition matrix which is
also called pre_sparse_mds
and sparse matrices that enables us to reduce
number of multiplications in apply MDS stepMDSMatrix
is applied to State
to achive linear layer of PoseidonPoseidon hasher that maintains state and inputs and yields single element
output when desired
SparseMDSMatrix
are in [row], [hat | identity]
form and used in linear
layer of partial rounds instead of the original MDSSpec
holds construction parameters as well as constants that are used in
permutation step. Constants are planned to be hardcoded once transcript
design matures. Number of partial rounds can be deriven from number of
constants.State
is structure T
sized field elements that are subjected to
permutation