arkworks-rs / marlin

A Rust library for the Marlin preprocessing zkSNARK
Apache License 2.0
315 stars 85 forks source link

Add serialization for Proof #51

Closed weikengchen closed 3 years ago

weikengchen commented 3 years ago

This PR adds the serialization for Proof.

A byproduct is that this PR adds serialization for ProverMsg, which is an enum type that automatic derivation panics.