lambdaworks
lambdaworks copied to clipboard
Update plonk prover with Serialize/Deserialize trait implemented by `FieldElement`
trafficstars
The plonk prover (provers/plonk/src/prover.rs) has its own implementation of the Serializable trait. Maybe it could be better to use the implementation of Serializable for FieldElement and make benchmarks comparing which one is more performant.