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

perf: Groth16 Solidity verifier #1270

Open
ivokub opened this issue Sep 5, 2024 · 0 comments
Open

perf: Groth16 Solidity verifier #1270

ivokub opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
consolidate strengthen an existing feature

Comments

@ivokub
Copy link
Collaborator

ivokub commented Sep 5, 2024

The challenge hashing in Groth16 Solidity verifier uses abi.encodePacked which is gas inefficient and may be deprecated in the future. It would be better to manually align the inputs in assembly.

@ivokub ivokub added the consolidate strengthen an existing feature label Sep 5, 2024
@ivokub ivokub self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consolidate strengthen an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant