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

Public input hash with poseidon-circuit #26

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

XiaowenHu96
Copy link
Contributor

Update Poseidon-circuit to be used for hashing the public input (a naive recursive hash implementation). The Sponge hash would be a better approach but API is currently not usable somehow.

In addition, please note that the internal hash used by halo2 for verifying vk is currently disabled in the 'plonk.rs' file. This was done because the previous approach of stringifying the entire vk key for hashing was too memory-intensive. While a new hash strategy is required for vk verification, this is not an urgent issue that needs to be addressed immediately.

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

Successfully merging this pull request may close these issues.

None yet

1 participant