ZK-Garage / plonk

A pure Rust PLONK implementation using arkworks as a backend.
https://discord.gg/XWJdhVf37F
Mozilla Public License 2.0
295 stars 76 forks source link

Create polynomials from vector rather than constructor #83

Closed lopeetall closed 2 years ago

lopeetall commented 2 years ago

By creating selector polynomials from a vector the coefficients are trimmed of leading zeros which keeps the ark-poly degree checker happy. Addresses #78 without changing add_dummy_constraints.