mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
roll unrolled loops with code
This commit is contained in:
@@ -38,7 +38,7 @@ function flatArray(a) {
|
||||
fillArray(res, a[i]);
|
||||
}
|
||||
} else {
|
||||
res.push(a);
|
||||
res.push(bigInt(a));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user