Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: multi dimensional access #16

Merged
merged 18 commits into from
Jan 30, 2024
Merged

feat: multi dimensional access #16

merged 18 commits into from
Jan 30, 2024

Conversation

brech1
Copy link
Collaborator

@brech1 brech1 commented Jan 17, 2024

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.

@brech1 brech1 changed the title feat: multi dimensional array feat: multi dimensional access Jan 29, 2024
@brech1 brech1 marked this pull request as ready for review January 29, 2024 23:17
@brech1 brech1 merged commit 9090c88 into main Jan 30, 2024
1 check passed
@brech1 brech1 deleted the feat/multidim-array branch January 31, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multidimensional arrays
1 participant