Skip to content
#

plonk

Here are 15 public repositories matching this topic...

moCello
moCello commented Nov 25, 2021

Describe what you want implemented
Remove the bit_iterator macro.

Describe "Why" this is needed
As far as I can see we only invoke the macro once to create BitIterator8 so I don't see the need to have a macro for it. Creating BitIterator8 directly is much clearer.

Describe alternatives you've considered
Leave as is.

Additional context
NA

good first issue team:Core
lopeetall
lopeetall commented Apr 12, 2022

In this PR we used the method from this post from Daniel Lubarov https://mirprotocol.org/blog/Adding-zero-knowledge-to-Plonk-Halo to update our blinding method to one that does not increase the degree of polynomials.

This method is sound, but the post was written for Halo2-style polynomial commitments which are hiding by nature, meaning they need

good first issue D-easy P-high T-bug

Improve this page

Add a description, image, and links to the plonk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plonk topic, visit your repo's landing page and select "manage topics."

Learn more