ZKProofs.github.io
ZKProofs.github.io copied to clipboard
ZKProofs website
There's no mention of some of the recent work that's been developed since this was last updated. * [PLONK](https://eprint.iacr.org/2019/953.pdf) * [Halo](https://eprint.iacr.org/2019/1021.pdf) * [Halo Infinite](https://eprint.iacr.org/2020/1536.pdf) not sure which others exist, I'm...
Please add comparison table for major ZKP systems, something like: | | Pinocchio | Aurora18 | Bulletproof | ... | |-- | --- | --- | --- | ---| |...
gnark is a fast zero knowledge proof library written in Go It is open sourced under Apache 2.0 license -- benchmarks and more info in our [article](https://hackmd.io/@zkteam/gnark)
Please add my project :)
Witness indistinguishably is a notion slightly weaker of zero knowledge that can still provide a lot of useful applications (e.g. anonymous credentials). While no protocols can be proven simultaneously knowledge...