We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JsonMaskObjectNIVC
Currently the specific:
JsonMaskObjectNIVC(1024, 10, 10)
is: non-linear constraints: 365224.
non-linear constraints: 365224
We need to reduce this. I'm sure we can simplify this circuit!
The text was updated successfully, but these errors were encountered:
@lonerapier wanna take a look?
Sorry, something went wrong.
Looking into this, and most of it is due to not-so efficient substring search algorithm.
Large r1cs file of LockHeader template and high constraint count of JsonMaskObjectNIVC template depends upon string search for header/key.
LockHeader
FirstStringMatch
KeyMatchAtDepth
I'm going to tackle this a different way with #41
Closing this as we don't need to do this directly anymore.
No branches or pull requests
Currently the specific:
is:
non-linear constraints: 365224
.We need to reduce this. I'm sure we can simplify this circuit!
The text was updated successfully, but these errors were encountered: