#
plonk
Here are 15 public repositories matching this topic...
The proof systems used by Mina
-
Updated
May 10, 2022 - Rust
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
A Rust Implementation of the PLONK ZKP System and Extensions
-
Updated
May 9, 2022 - Rust
Recursive SNARKs based on Plonk and Halo
-
Updated
Oct 19, 2021 - Rust
Implementation of the blindbid logic within Zero Knowledge Proofs
-
Updated
Sep 15, 2021 - Rust
Container of general purpose gadgets used across Dusk Network's circuit implementations.
-
Updated
Jul 5, 2021 - Rust
Zero-Knowledge Proof Systems for =nil; Crypto3 C++ Cryptography Suite.
-
Updated
May 10, 2022 - C++
Circuit definition library for =nil; Foundation's Zero-Knowledge Cryptography
-
Updated
May 10, 2022 - C++
Improve this page
Add a description, image, and links to the plonk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plonk topic, visit your repo's landing page and select "manage topics."
Describe what you want implemented
Remove the
bit_iteratormacro.Describe "Why" this is needed
As far as I can see we only invoke the macro once to create
BitIterator8so I don't see the need to have a macro for it. CreatingBitIterator8directly is much clearer.Describe alternatives you've considered
Leave as is.
Additional context
NA