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 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.
The text was updated successfully, but these errors were encountered:
mdvillagra
changed the title
Update plonk prover with Serialize/Deserialize traits implemented by FieldElement
Update plonk prover with Serialize/Deserialize trait implemented by FieldElementNov 4, 2023
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 ofSerializable
forFieldElement
and make benchmarks comparing which one is more performant.The text was updated successfully, but these errors were encountered: