Nova's DeciderEth ProverParams & VerifierParams & Proof
Add also tests for it, which serve as examples of usage.
The idea is that with this PR, the full flow with Nova can be done with Prover's getting the serialized trusted setup parameters, and the Verifier getting the serialized proofs, inputs, and parameters, like they were from different instances/machines. An example of serializing and deserializing & verifying the proof (from the deserialized data) can be found at folding/nova/decider_eth.rs#L421 .
Adds serialization for
The idea is that with this PR, the full flow with Nova can be done with Prover's getting the serialized trusted setup parameters, and the Verifier getting the serialized proofs, inputs, and parameters, like they were from different instances/machines. An example of serializing and deserializing & verifying the proof (from the deserialized data) can be found at folding/nova/decider_eth.rs#L421 .
resolves #153