namnc / circom-2-arithc

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

feat: multi dimensional access #16

Closed brech1 closed 3 months ago

brech1 commented 4 months ago

Description

This PR aims to enable multi dimensional array support to items stored in the runtime. Circom variables, components and signals can be declared and access by arrays of indices or strings for signal names in components. These different kinds of accesses are now handled by the runtime on creation, read and write operations.