Skip to content

Commit 6c33af5

Browse files
Make ArithmeticSpongeParams::round_constants an array
1 parent 0011ea2 commit 6c33af5

File tree

11 files changed

+607
-607
lines changed

11 files changed

+607
-607
lines changed

arrabbiata/src/poseidon_3_60_0_5_5_fp.rs

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

arrabbiata/src/poseidon_3_60_0_5_5_fq.rs

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

ivc/src/poseidon_8_56_5_3_2/bn254/mod.rs

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

ivc/src/poseidon_params_55_0_7_3.rs

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

kimchi/src/circuits/polynomials/poseidon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl<F: PrimeField> CircuitGate<F> {
103103
row: usize,
104104
// first and last row of the poseidon circuit (because they are used in the permutation)
105105
first_and_last_row: [GateWires; 2],
106-
round_constants: &[Vec<F>],
106+
round_constants: &[[F; 3]],
107107
) -> (Vec<Self>, usize) {
108108
let mut gates = vec![];
109109

0 commit comments

Comments
 (0)