mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 19:26:43 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a1c606ca6 | ||
|
|
6642d4cf93 |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "circom",
|
"name": "circom",
|
||||||
"version": "0.0.29",
|
"version": "0.0.30",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "circom",
|
"name": "circom",
|
||||||
"version": "0.0.29",
|
"version": "0.0.30",
|
||||||
"description": "Language to generate logic circuits",
|
"description": "Language to generate logic circuits",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ async function compile(srcFile, options) {
|
|||||||
|
|
||||||
classifySignals(ctx);
|
classifySignals(ctx);
|
||||||
|
|
||||||
if (options.reduceConstraints) {
|
|
||||||
reduceConstants(ctx);
|
reduceConstants(ctx);
|
||||||
|
if (options.reduceConstraints) {
|
||||||
|
|
||||||
// Repeat while reductions are performed
|
// Repeat while reductions are performed
|
||||||
let oldNConstrains = -1;
|
let oldNConstrains = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user