Skip to content

Commit 2f3ba9f

Browse files
committed
chore(utils): wrong cleanup comment
1 parent d266e46 commit 2f3ba9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/tests/poseidon_constants.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ mod test {
3232
}
3333
}
3434
// The following constants were taken from https://github.com/arnaucube/poseidon-rs/blob/233027d6075a637c29ad84a8a44f5653b81f0410/src/constants.rs
35-
// Constants were generated from the Poseidon reference implementation as
36-
// Generate_parameters_grain.sage 1 0 254 T RF RP 0x30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001
35+
// Constants were generated from the Poseidon reference implementation
36+
// as generate_parameters_grain.sage 1 0 254 T RF RP 0x30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001
3737
// with T in [2, 3, 4, 5, 6, 7, 8, 9], RF in [8, 8, 8, 8, 8, 8, 8, 8] and RP in [56, 57, 56, 60, 60, 63, 64, 63], respectively.
3838
// (in implementation, if we want to hash N elements we use parameters for T = N+1)
3939
// The constants were generated and are valid only for Bn254 scalar field characteristic, i.e. 0x30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001

0 commit comments

Comments
 (0)