namnc / circom-2-arithc

Circom interpreter to arithmetic circuit description
MIT License
33 stars 7 forks source link

Support `UniformArray` expressions. #36

Open brech1 opened 2 months ago

brech1 commented 2 months ago

Add support for handling UniformArray expressions, expressions like:

var x[2][3];

will halt the circuit generation and return the ExpressionNotImplemented error.