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

Implement PLONKup #41

Closed LukePearson1 closed 2 years ago

LukePearson1 commented 3 years ago

This issue will include the addition of lookups into the code via the plonkup proving system.

markulf commented 2 years ago

How does this issue relate to https://github.com/ZK-Garage/plonk/pull/84 (Refactor prover to include lookups)? Is that pull request replacing #52?