From dbae042fb86ab0373808b54632ca9ae24b0330f1 Mon Sep 17 00:00:00 2001 From: "adria0.eth" <5526331+adria0@users.noreply.github.com> Date: Sat, 18 Sep 2021 07:11:18 +0200 Subject: [PATCH] add plonk-by-fingers (#6) * add plonk-by-fingers * Update README.md * Update README.md * Update README.md Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 228dc87..70e4cfb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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