Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plonk prover with Serialize/Deserialize trait implemented by FieldElement #663

Open
mdvillagra opened this issue Nov 4, 2023 · 0 comments

Comments

@mdvillagra
Copy link
Contributor

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.

@mdvillagra mdvillagra changed the title Update plonk prover with Serialize/Deserialize traits implemented by FieldElement Update plonk prover with Serialize/Deserialize trait implemented by FieldElement Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant