add poseidon comments and refactorings

This commit is contained in:
Roman Semenov 2020-08-27 16:46:49 +03:00
parent 3f4734d4dd
commit fabc586fea
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
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

View File

@ -23,10 +23,6 @@ function createCode(nInputs) {
const nRoundsF = N_ROUNDS_F;
const nRoundsP = N_ROUNDS_P[t - 2];
// const nRoundsF = 2;
// const nRoundsP = 2;
const C = new Contract();
function saveM() {