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
{{ message }}
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
It seemed like this was a legacy repo, however, it may still lurk in the newest version maybe?
https://github.com/hermeznetwork/circuits/blob/master/src/lib/utils-bjj.circom
In L#12
BitsCompressed2AySign, the input signalbjjCompressedis not fully constrained.The
bjjCompressed[254]seemed not been constrained by the loop and other statements. As a result, this bug maybe used for forged fake proof.