You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ludamad
changed the title
Enforce that all array inputs to circuits are properly formed circuit arrays (0s on right only)
[C++, Circuits] Enforce that all array inputs to circuits are properly formed circuit arrays (0s on right only)
Jul 17, 2023
ludamad
changed the title
[C++, Circuits] Enforce that all array inputs to circuits are properly formed circuit arrays (0s on right only)
[C++] Enforce that all array inputs to circuits are properly formed circuit arrays (0s on right only)
Jul 17, 2023
…2519)
Resolves#1090
- Added a validation check for arrays to be zero-padded in
utils::array.hpp
- Activate this validation check in native private init and inner kernel
circuit on the following private_circuit_public_input members:
- read_requests
- return_values
- new_commitments
- new_nullifiers
- nullified_commitments
- private_call_stack
- public_call_stack
- new_l2_to_l1_msgs
- Unit tests on the validation routine and native private kernel
circuits
No description provided.
The text was updated successfully, but these errors were encountered: