Merge pull request #50 from tornadocash/poseidon-pr-2

add poseidon comments and refactorings
This commit is contained in:
Jordi Baylina 2020-08-28 04:29:49 +02:00 committed by GitHub
commit 01da5f90db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 100 additions and 99 deletions

File diff suppressed because one or more lines are too long

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() {