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

The circuit is heavily underconstrained #25

Open
Scratch-net opened this issue Oct 2, 2023 · 1 comment
Open

The circuit is heavily underconstrained #25

Scratch-net opened this issue Oct 2, 2023 · 1 comment

Comments

@Scratch-net
Copy link

Not sure if you care, but if you compile the circuit with the latest circom it gives a ton of warnings about missing constraints

warning[CA02]: In template "AES256Encrypt()": Subcomponent input/output signal num2bits_1[1][1][0].in does not appear in any constraint of the father component

warning[CA02]: In template "AES256Encrypt()": Subcomponent input/output signal num2bits_1[11][1][1].in does not appear in any constraint of the father component

warning[CA02]: In template "AES256Encrypt()": Subcomponent input/output signal num2bits_1[0][2][1].in does not appear in any constraint of the father component

warning[CA02]: In template "AES256Encrypt()": Subcomponent input/output signal num2bits_1[4][3][0].in does not appear in any constraint of the father component

warning[CA02]: In template "AES256Encrypt()": Subcomponent input/output signal num2bits_1[4][1][3].in does not appear in any constraint of the father component

warning[CA02]: In template "AES256Encrypt()": Subcomponent input/output signal num2bits_1[5][0][0].in does not appear in any constraint of the father component

warning[CA02]: In template "AES256Encrypt()": Subcomponent input/output signal num2bits_1[6][1][0].in does not appear in any constraint of the father component

and so on
Which makes it insecure

@utsavjnn
Copy link
Collaborator

utsavjnn commented Oct 3, 2023

Hey @Scratch-net thanks for opening up the issue, we are aware of this and we are not actively maintaining this repository as its not being used in any of our current systems in Testnet or Mainnet.

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

No branches or pull requests

2 participants