From eb6e4bab31a533c3a1b81c8793633977cb2d530e Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:50:17 -0800 Subject: [PATCH] succinct network: prove the world's software, by u. roy et al. --> good work, folks; not a good day to be an ink cartridge =) --- zero_knowledge/README.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/zero_knowledge/README.md b/zero_knowledge/README.md index 76856f8..c909465 100644 --- a/zero_knowledge/README.md +++ b/zero_knowledge/README.md @@ -63,27 +63,31 @@
-#### overview +#### learning * **[zk-learning mooc, by d. boneh et al.](https://zk-learning.org/)** * **[course on modern zero knowledge cryptography](https://zkiap.com/)** * **[pse's publications](https://mirror.xyz/privacy-scaling-explorations.eth)** * **[zero knowledge podcast youtube](https://www.youtube.com/@zeroknowledgefm)** * **[what are zk proofs, by ef](https://ethereum.org/en/zero-knowledge-proofs/)** -* **[the zk-ECDSA landscape, by pse](https://mirror.xyz/privacy-scaling-explorations.eth/djxf2g9VzUcss1e-gWIL2DSRD4stWggtTOcgsv1RlxY)** +* **[the zk-ecdsa landscape, by pse](https://mirror.xyz/privacy-scaling-explorations.eth/djxf2g9VzUcss1e-gWIL2DSRD4stWggtTOcgsv1RlxY)** * **[zero knowledge dapp from 0 to production, by v. plasencia](https://vivianblog.hashnode.dev/how-to-create-a-zero-knowledge-dapp-from-zero-to-production)** * **[an evolution of models for zkps, by s. meiklejohn](https://youtube.com/watch?v=HO97kVMI3SE&t=2s)** * **[a new era: safe deploys on zksync era](https://safe.mirror.xyz/yvnFJxFWrlHTXZFBLfQiKuPyW7zwa2TSurXz5Btl9Jk)** -* **[binius: highly efficient proofs over binary fields, by vub](https://vitalik.eth.limo/general/2024/04/29/binius.html)** * **[possible futures of the ethereum protocol, part 4: the verge, by vub](https://vitalik.eth.limo/general/2024/10/23/futures4.html)** -* **the state of zk applications in ethereum, by andyguzman.eth: [1](https://mirror.xyz/andyguzman.eth/p4nNk7Rr-2i-uZDO_lTHJEWtNv3nYt2N2z3Cwly8RHc) and [2](https://mirror.xyz/andyguzman.eth/ZZRLBlx2KjlNnQ84v1doMKg_8QO-XRjYxFfT1Fm_ZDw)** - * **[an incomplete guide to folding, by taiko labs](https://taiko.mirror.xyz/tk8LoE-rC2w0MJ4wCWwaJwbq8-Ih8DXnLUf7aJX1FbU)** +* **[an incomplete guide to folding, by taiko labs](https://taiko.mirror.xyz/tk8LoE-rC2w0MJ4wCWwaJwbq8-Ih8DXnLUf7aJX1FbU)** * **[zeroing into zkvms, by taiko labs](https://taiko.mirror.xyz/e_5GeGGFJIrOxqvXOfzY6HmWcRjCjRyG0NQF1zbNpNQ)** * **[awesome zk list](https://github.com/ventali/awesome-zk)** * **[awesome starknet](https://github.com/keep-starknet-strange/awesome-starknet)**
+#### papers + +* **[succinct network: prove the world's software, by u. roy et al.](https://www.provewith.us/)** + +
+ #### playgrounds * **[zkrepl](https://zkrepl.dev/)** @@ -105,3 +109,15 @@ #### zk-circuits provers * **[succinct](https://github.com/succinctlabs/sp1-contract-call)** + +
+ +#### fun + +* **[binius: highly efficient proofs over binary fields, by vub](https://vitalik.eth.limo/general/2024/04/29/binius.html)** + +
+ +#### applications + +* **the state of zk applications in ethereum, by andyguzman.eth: [1](https://mirror.xyz/andyguzman.eth/p4nNk7Rr-2i-uZDO_lTHJEWtNv3nYt2N2z3Cwly8RHc) and [2](https://mirror.xyz/andyguzman.eth/ZZRLBlx2KjlNnQ84v1doMKg_8QO-XRjYxFfT1Fm_ZDw)**