Skip to content

Under-Constrained VAAS Circuit Due to Improper <-- Operator Usage #12

Description

@Koukyosyumei

The VAAS circuit in Circom is currently under-constrained due to the use of the <-- operator, which does not enforce constraints on assigned values. Specifically, all instances of <-- should be replaced with <== to properly constrain the circuit and ensure correctness.

For example, the issue is present in the following line:

eq[i].in[0] <-- result[i];

Suggested Fix:

Replace all occurrences of <-- with <== throughout the circuit to enforce proper constraints and prevent unintended degrees of freedom.

This change is critical to ensure the circuit's integrity and correctness within the ZKP system.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions