Module v2

Source
Expand description

Structures related to Poseidon version 2 parameters.

Structs§

ArcMatrix
Represents an matrix of round constants.
PoseidonParameters
A set of Poseidon2 parameters for a given set of input parameters.
RoundNumbers
RoundNumbers required for security based on known attacks.
SquareMatrix
Represents a square matrix over PrimeField elements

Enums§

Alpha
The exponent in Sbox(x) = x^\alpha.

Traits§

MatrixOperations
SquareMatrixOperations
Matrix operations that are defined on square matrices.