You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
The relevant upstream issues:
The text was updated successfully, but these errors were encountered: