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
We will need to have a compatible in-circuit SumCheck implementation (eg. for HyperNova) (#13).
An option is to implement directly a SumCheck gadget compatible with the current SumCheck from HyperPlonk (which requires modifying the current SumCheck to use our Transcript trait so can run with PoseidonTranscript), and an other option is to reimplement the rust-native SumCheck differently than the current one and then do a compatible gadget version of it.
In either case, the idea is that the rust-native version uses the Transcript trait.
The text was updated successfully, but these errors were encountered:
Currently for HyperNova, we reused EspressoSystems/HyperPlonk's SumCheck implementation.
We will need to have a compatible in-circuit SumCheck implementation (eg. for HyperNova) (#13).
An option is to implement directly a SumCheck gadget compatible with the current SumCheck from HyperPlonk (which requires modifying the current SumCheck to use our Transcript trait so can run with PoseidonTranscript), and an other option is to reimplement the rust-native SumCheck differently than the current one and then do a compatible gadget version of it.
In either case, the idea is that the rust-native version uses the Transcript trait.
The text was updated successfully, but these errors were encountered: