-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: preferable to have chacha take in bytes instead of bits. #58
Comments
Added a helper for this here web-prover-circuits/circuits/utils/array.circom Lines 516 to 549 in cabfa34
and tests here web-prover-circuits/circuits/test/utils/array.test.ts Lines 467 to 503 in cabfa34
However i was experiencing an problem when making the switch. Probably not too much more work on top of this. The main complexity is that the 32 bit words are little endian encoded mean the byte order is reversed before changing to bits. |
Originally posted by @Autoparallel in #51 (comment)
Like mentioned it might not be a big deal. I think when we generate witvalues for this i would be happy to be involved. If it seems difficult then we can work on this.
The text was updated successfully, but these errors were encountered: