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

Testing coset constants #154

Closed davidnevadoc closed 2 years ago

davidnevadoc commented 2 years ago

The constants we are currently using for generating H cosets for the permutation argument are correct for the fields currently used (Bls scalar fields). However we should have a test that ensures these constants are valid. Specially considering the addition of more wires (and therefore more constants) and other supported fields.