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

Plookup passing #125

Closed lopeetall closed 2 years ago

lopeetall commented 2 years ago

Plookup is fully integrated in this branch and all tests are now passing.

The version of Plookup used in this branch is based closely on the version in the Plonkup paper which was easiest to reference and debug. We can change the lookup argument to include new techniques from this point.

Some attempt was made to rename variables to make the debugging process easier, but the changes weren't made everywhere so I'm afraid variable names are still a bit of a mess.

Next steps: