mirror of
https://github.com/arnaucube/circomlib.git
synced 2026-02-06 18:56:43 +01:00
add poseidon comments and refactorings
This commit is contained in:
File diff suppressed because one or more lines are too long
94
circuits/poseidon_constants.circom
Normal file
94
circuits/poseidon_constants.circom
Normal file
File diff suppressed because one or more lines are too long
@@ -23,10 +23,6 @@ function createCode(nInputs) {
|
|||||||
const nRoundsF = N_ROUNDS_F;
|
const nRoundsF = N_ROUNDS_F;
|
||||||
const nRoundsP = N_ROUNDS_P[t - 2];
|
const nRoundsP = N_ROUNDS_P[t - 2];
|
||||||
|
|
||||||
// const nRoundsF = 2;
|
|
||||||
// const nRoundsP = 2;
|
|
||||||
|
|
||||||
|
|
||||||
const C = new Contract();
|
const C = new Contract();
|
||||||
|
|
||||||
function saveM() {
|
function saveM() {
|
||||||
|
|||||||
Reference in New Issue
Block a user