Closed redshiftzero closed 2 years ago
The ark matrix (https://github.com/penumbra-zone/poseidon377/blob/main/src/params.rs#L42) contains the round constants for Poseidon. We need to implement logic to generate them using the transcript RNG (similar to the existing cauchy coefficient method on the transcript).
The ark matrix (https://github.com/penumbra-zone/poseidon377/blob/main/src/params.rs#L42) contains the round constants for Poseidon. We need to implement logic to generate them using the transcript RNG (similar to the existing cauchy coefficient method on the transcript).