Skip to content

Commit

Permalink
add plonk-by-fingers (fluidex#6)
Browse files Browse the repository at this point in the history
* add plonk-by-fingers

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: HAOYUatHZ <[email protected]>
  • Loading branch information
adria0 and 0xmountaintop authored Sep 18, 2021
1 parent d7cbda3 commit dbae042
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@
## Articles
+ [Understanding PLONK](https://vitalik.ca/general/2019/09/22/plonk.html) by Vitalik Buterin
+ [Plonk tutorial](https://github.com/barryWhiteHat/plonk_tutorial) by barryWhiteHat
+ metastate's plonk-by-hand series
* https://research.metastate.dev/plonk-by-hand-part-1/
* https://research.metastate.dev/plonk-by-hand-part-2-the-proof/
* https://research.metastate.dev/plonk-by-hand-part-3-verification/
+ metastate's plonk-by-hand series ([[1]](https://research.metastate.dev/plonk-by-hand-part-1/), [[2]](https://research.metastate.dev/plonk-by-hand-part-2-the-proof/), [[3]](https://research.metastate.dev/plonk-by-hand-part-3-verification/))
* [plonk-by-fingers](https://github.com/adria0/plonk-by-fingers) is a toy implementation in rust
* [On PLONK and plookup](https://research.metastate.dev/on-plonk-and-plookup/)
* [From AIRs to RAPs - how PLONK-style arithmetization works](https://hackmd.io/@aztec-network/plonk-arithmetiization-air)
+ [Multiset checks in PLONK and Plookup](https://hackmd.io/@XYwo0oEXTEGRpej1SQVMlg/ByFgSDA7D) by Ariel Gabizon
Expand Down Expand Up @@ -66,9 +64,7 @@
+ [ZK-LDN 0x04: On Marlin and PLONK](https://www.youtube.com/watch?v=gDpwBYHjcHA)
+ [Aztec: Plonk in Dystopian Times](https://www.youtube.com/watch?v=nz_VdPbCT64)
+ [Polynomial protocols for range proofs](https://www.youtube.com/watch?v=8n3c8fbi9Ac)
+ How does PLONK work?
+ [Part 1](https://www.cryptologie.net/article/529/how-does-the-general-purpose-zero-knowledge-proof-system-plonk-work/)
+ [Part 2](https://www.cryptologie.net/article/530/how-does-plonk-work-part-2-an-overview/)
+ How does PLONK work? ([[1]](https://www.cryptologie.net/article/529/how-does-the-general-purpose-zero-knowledge-proof-system-plonk-work/), [[2]](https://www.cryptologie.net/article/530/how-does-plonk-work-part-2-an-overview/))

## Demo
+ dusk-network
Expand Down

0 comments on commit dbae042

Please sign in to comment.