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

Proper transcript handling #145

Open davidnevadoc opened 2 years ago

davidnevadoc commented 2 years ago

After the discussion on how to properly add the Public Inputs to the transcript (#134 ) we found that other parts of the code were also mishandling the transcript. For the addition of custom gate related evaluations:

This issue should be addressed together with the new design for custom gates in #128