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

Refactor prover to include lookups #84

Closed LukePearson1 closed 2 years ago

LukePearson1 commented 2 years ago

This is the implementation of the plonkup proving system.

LukePearson1 commented 2 years ago

Now that the proving algorithm refactor is done. I'll merge this into add_lookups, there we will fix the verifier and clean up the code.

I feel now is a reasonable time to have a preliminary review.