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

Poseidon sponge full duplex mode #6

Open
2 of 10 tasks
joebebel opened this issue Oct 28, 2023 · 0 comments · May be fixed by #4
Open
2 of 10 tasks

Poseidon sponge full duplex mode #6

joebebel opened this issue Oct 28, 2023 · 0 comments · May be fixed by #4

Comments

@joebebel
Copy link

joebebel commented Oct 28, 2023

The Poseidon circuit gadget and out of circuit implementation needs to support the full duplex mode in order to create Poseidon based halo 2 transcripts.

The main tasks related to this are:

  • Implementing the full duplex mode in the out of circuit implementation
  • Implementing the full duplex mode in the circuit gadget
  • Verifying through appropriate tests that the behavior of the circuit gadget matches the out of circuit implementation
  • Verifying through appropriate tests that the behavior of both match the Poseidon specification
  • Adding tests for edge cases
  • Handling padding in a better way than requiring manual padding
  • Improving the generic quality of the code
  • Merging to an upstream where it is usable

The relevant upstream issues:

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 a pull request may close this issue.

1 participant