Skip to content

Commit

Permalink
deploy: f72d326
Browse files Browse the repository at this point in the history
  • Loading branch information
krakhit committed Nov 9, 2023
1 parent a8e876e commit f12a249
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 8 deletions.
14 changes: 12 additions & 2 deletions applicationszk.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,11 @@ <h1 id="applications"><a class="header" href="#applications">Applications</a></h
<h2 id="general"><a class="header" href="#general">General</a></h2>
<ul>
<li><a href="https://nakamoto.com/cambrian-explosion-of-crypto-proofs/">A cambrian explosion of crypto proofs -Ben Sasson</a></li>
<li><a href="https://medium.com/@boneh/using-zk-proofs-to-fight-disinformation-17e7d57fe52f">Using ZKP to fight disinformation - Boneh, Datta</a></li>
<li><a href="https://medium.com/@boneh/using-zk-proofs-to-fight-disinformation-17e7d57fe52f">Using ZKP to fight disinformation - Boneh, Datta</a>
<ul>
<li><a href="https://iacr.org/submit/files/slides/2023/rwc/rwc2023/13/slides.pdf">talk</a></li>
</ul>
</li>
<li><a href="https://blog.o1labs.org/zero-knowledge-proofs-for-voting-3c6a6d5d89db">ZKP for voting - Phil Kelly</a></li>
</ul>
<h2 id="zk-rollups-evmsvms"><a class="header" href="#zk-rollups-evmsvms">ZK Rollups EVMs/VMs</a></h2>
Expand Down Expand Up @@ -258,7 +262,7 @@ <h2 id="zkml"><a class="header" href="#zkml">ZKML</a></h2>
<li><a href="https://worldcoin.org/blog/engineering/intro-to-zkml">An Introduction to ZKML</a></li>
<li><a href="https://0xparc.org/blog/zk-mnist">zkMNIST</a></li>
<li><a href="https://github.com/zkml-community/awesome-zkml">awesome-zkml</a></li>
<li><a href="https://a16zcrypto.com/content/article/checks-and-balances-machine-learning-and-zero-knowledge-proofs/?utm_source=substack&amp;utm_medium=email">Checks and balances ZK and ML - Elena Burger</a></li>
<li><a href="https://a16zcrypto.com/content/article/checks-and-balances-machine-learning-and-zero-knowledge-proofs/">Checks and balances ZK and ML - Elena Burger</a></li>
<li><a href="https://hackmd.io/@pinged/zk-and-llms?utm_source=substack&amp;utm_medium=email">DO Language models possess Knowledge soundness - Tarun Chitra</a></li>
<li><a href="https://medium.com/@danieldkang/empowering-users-to-verify-twitters-algorithmic-integrity-with-zkml-65e56d0e9dd9">verifying twitter algorithmic integrity with zkml - Daniel Kang</a></li>
<li><a href="https://medium.com/@danieldkang/bridging-the-gap-how-zk-snarks-bring-transparency-to-private-ml-models-with-zkml-e0e59708c2fc">How ZK snarks bring transparency to private ML models with zkml - Daniel Kang</a></li>
Expand All @@ -274,6 +278,7 @@ <h2 id="zk-gaming"><a class="header" href="#zk-gaming">ZK Gaming</a></h2>
<li><a href="https://medium.com/collab-currency/crypto-gaming-a-most-practical-thesis-ec4f55f53408">Crypto gaming - A practical thesis</a></li>
<li><a href="https://gubsheep.substack.com/p/the-strongest-crypto-gaming-thesis">The strongest Crypto gaming thesis</a></li>
<li><a href="https://blog.o1labs.org/zero-knowledge-proofs-for-games-f8b690a2c1ef">ZKP for gaming: Mina</a></li>
<li><a href="https://0xparc.org/blog/zk-hunt">Zk hunt -0xparc</a></li>
</ul>
<h2 id="ecosystem-with-zk-applications"><a class="header" href="#ecosystem-with-zk-applications">Ecosystem with ZK applications</a></h2>
<ul>
Expand Down Expand Up @@ -306,6 +311,11 @@ <h2 id="ecosystem-with-zk-applications"><a class="header" href="#ecosystem-with-
<h2 id="other-applications"><a class="header" href="#other-applications">other applications</a></h2>
<ul>
<li><a href="https://educatedguesswork.org/posts/tiptoe/">Private search engine</a></li>
<li><a href="https://github.com/zkemail">proof of email</a>
<ul>
<li><a href="https://blog.aayushg.com/zkemail/">blog</a></li>
</ul>
</li>
</ul>

</main>
Expand Down
2 changes: 1 addition & 1 deletion commitmentzk.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1 id="commitment-schemes"><a class="header" href="#commitment-schemes">Commitm
<ul>
<li><a href="https://youtu.be/bz16BURH_u8">Overview of commitment schemes: Justin Drakes</a></li>
<li><a href="https://hackernoon.com/kzg10-ipa-fri-and-darks-analysis-of-polynomial-commitment-schemes">Comparison of Commitment Schemes</a></li>
<li><a href="https://research.polytope.technology/polynomial-commitments?utm_source=substack&amp;utm_medium=email">review of polynomial commmitments</a></li>
<li><a href="https://research.polytope.technology/polynomial-commitments">review of polynomial commmitments</a></li>
</ul>
</li>
<li><strong>KZG</strong>
Expand Down
3 changes: 3 additions & 0 deletions curatedzk.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ <h2 id="libraries"><a class="header" href="#libraries">Libraries</a></h2>
<li><a href="https://drive.google.com/file/d/12-e1g8Ad7q0avIOge-NELNBaDlpmk0TV/view?usp=sharing">Halo2 review</a></li>
<li><a href="https://eprint.iacr.org/2023/1051">Automated analysis of halo2 circuits</a></li>
<li><a href="https://jtriley.substack.com/p/constructing-zk-snark-circuits?r=1qyfrf">halo2 circuitry tutorial</a></li>
<li><a href="https://blog.ezkl.xyz/post/commits/">Zero cost commitments in Halo2</a></li>
<li><a href="https://blog.ezkl.xyz/post/splitting/">Splitting and parallelizing proofs in ezkl</a></li>
<li><a href="https://hackmd.io/@aardvark/rkHqa3NZ2">origami folding scheme for halo2 lookup</a></li>
</ul>
</li>
<li><a href="https://github.com/Zokrates/ZoKrates">Zokrates</a></li>
Expand Down
1 change: 1 addition & 0 deletions handsonzk.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ <h2 id="challenges-and-hackathons"><a class="header" href="#challenges-and-hacka
<li><a href="https://zk-hacking.org/#">Berkeley RDI ZKP-Web3 hackathon</a></li>
<li><a href="https://www.zkhack.dev/mini.html">Zk hack puzzles</a></li>
<li><a href="https://github.com/ingonyama-zk/zkctf-2023-writeups">Ingonyama ZK CTF-May 2023</a></li>
<li><a href="https://crypto.mirror.xyz/hl284jc3A2MI_QeTE39nRsTPihOigNuLKIWjiU2pFzw">List of open problems in Crypto II</a></li>
</ul>
<h2 id="rust-learning-resources-for-zkcryptography"><a class="header" href="#rust-learning-resources-for-zkcryptography">Rust learning resources for ZK/cryptography</a></h2>
<ul>
Expand Down
6 changes: 6 additions & 0 deletions hwzk.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,19 @@ <h2 id="general-hw-resources-and-guides"><a class="header" href="#general-hw-res
<ul>
<li><a href="https://www.microsoft.com/en-us/research/publication/pipezk-accelerating-zero-knowledge-proof-with-a-pipelined-architecture/">PipeZK</a></li>
<li><a href="https://en.algorithmica.org/hpc/">Algorithms for modern Hardware</a></li>
<li><a href="https://zkproof.org/2023/10/23/zk-score-blog/">Zk Score</a></li>
</ul>
<h2 id="benchmarks-of-zkp-primitives"><a class="header" href="#benchmarks-of-zkp-primitives">Benchmarks of ZKP primitives</a></h2>
<ul>
<li><a href="https://blog.celer.network/2023/03/01/the-pantheon-of-zero-knowledge-proof-development-frameworks/">Pantheon of ZKP frameworks - Celer Network</a></li>
<li><a href="https://www.zk-bench.org">ZK Harness</a></li>
<li><a href="https://github.com/delendum-xyz/zk-benchmarking">ZK Benchmarking -Delendum</a></li>
<li><a href="https://zka.lc/about">ZKalc</a></li>
<li><a href="https://eprint.iacr.org/2023/1503">zkBench</a>
<ul>
<li><a href="https://zkbench.dev">Benchmarks</a></li>
</ul>
</li>
</ul>
<h2 id="tee-and-confidential-computing"><a class="header" href="#tee-and-confidential-computing">TEE and confidential computing</a></h2>
<ul>
Expand Down
1 change: 1 addition & 0 deletions msm.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ <h2 id="algorithms-and-methods"><a class="header" href="#algorithms-and-methods"
<li><a href="https://github.com/matter-labs/eip1962/blob/master/documentation/Algorithms_for_EIP1962.pdf">Matter labs -ALgorithms</a></li>
<li><a href="https://cacr.uwaterloo.ca/techreports/2010/cacr2010-26.pdf">Ryah Henry - Thesis</a></li>
<li><a href="https://jbootle.github.io/Misc/pippenger.pdf">Efficient Multi exponentiation: Bucket method - Bootle</a></li>
<li><a href="https://gist.github.com/mratsim/27c78c71fd423f731615a91d237162c3#file-multi-scalar-mul-md">MSM tricks</a></li>
</ul>
<h2 id="implementations"><a class="header" href="#implementations">Implementations</a></h2>
<!-- markdown-link-check-disable -->
Expand Down
27 changes: 24 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ <h2 id="libraries"><a class="header" href="#libraries">Libraries</a></h2>
<li><a href="https://drive.google.com/file/d/12-e1g8Ad7q0avIOge-NELNBaDlpmk0TV/view?usp=sharing">Halo2 review</a></li>
<li><a href="https://eprint.iacr.org/2023/1051">Automated analysis of halo2 circuits</a></li>
<li><a href="https://jtriley.substack.com/p/constructing-zk-snark-circuits?r=1qyfrf">halo2 circuitry tutorial</a></li>
<li><a href="https://blog.ezkl.xyz/post/commits/">Zero cost commitments in Halo2</a></li>
<li><a href="https://blog.ezkl.xyz/post/splitting/">Splitting and parallelizing proofs in ezkl</a></li>
<li><a href="https://hackmd.io/@aardvark/rkHqa3NZ2">origami folding scheme for halo2 lookup</a></li>
</ul>
</li>
<li><a href="https://github.com/Zokrates/ZoKrates">Zokrates</a></li>
Expand Down Expand Up @@ -760,7 +763,11 @@ <h1 id="applications-1"><a class="header" href="#applications-1">Applications</a
<h2 id="general"><a class="header" href="#general">General</a></h2>
<ul>
<li><a href="https://nakamoto.com/cambrian-explosion-of-crypto-proofs/">A cambrian explosion of crypto proofs -Ben Sasson</a></li>
<li><a href="https://medium.com/@boneh/using-zk-proofs-to-fight-disinformation-17e7d57fe52f">Using ZKP to fight disinformation - Boneh, Datta</a></li>
<li><a href="https://medium.com/@boneh/using-zk-proofs-to-fight-disinformation-17e7d57fe52f">Using ZKP to fight disinformation - Boneh, Datta</a>
<ul>
<li><a href="https://iacr.org/submit/files/slides/2023/rwc/rwc2023/13/slides.pdf">talk</a></li>
</ul>
</li>
<li><a href="https://blog.o1labs.org/zero-knowledge-proofs-for-voting-3c6a6d5d89db">ZKP for voting - Phil Kelly</a></li>
</ul>
<h2 id="zk-rollups-evmsvms"><a class="header" href="#zk-rollups-evmsvms">ZK Rollups EVMs/VMs</a></h2>
Expand Down Expand Up @@ -833,7 +840,7 @@ <h2 id="zkml"><a class="header" href="#zkml">ZKML</a></h2>
<li><a href="https://worldcoin.org/blog/engineering/intro-to-zkml">An Introduction to ZKML</a></li>
<li><a href="https://0xparc.org/blog/zk-mnist">zkMNIST</a></li>
<li><a href="https://github.com/zkml-community/awesome-zkml">awesome-zkml</a></li>
<li><a href="https://a16zcrypto.com/content/article/checks-and-balances-machine-learning-and-zero-knowledge-proofs/?utm_source=substack&amp;utm_medium=email">Checks and balances ZK and ML - Elena Burger</a></li>
<li><a href="https://a16zcrypto.com/content/article/checks-and-balances-machine-learning-and-zero-knowledge-proofs/">Checks and balances ZK and ML - Elena Burger</a></li>
<li><a href="https://hackmd.io/@pinged/zk-and-llms?utm_source=substack&amp;utm_medium=email">DO Language models possess Knowledge soundness - Tarun Chitra</a></li>
<li><a href="https://medium.com/@danieldkang/empowering-users-to-verify-twitters-algorithmic-integrity-with-zkml-65e56d0e9dd9">verifying twitter algorithmic integrity with zkml - Daniel Kang</a></li>
<li><a href="https://medium.com/@danieldkang/bridging-the-gap-how-zk-snarks-bring-transparency-to-private-ml-models-with-zkml-e0e59708c2fc">How ZK snarks bring transparency to private ML models with zkml - Daniel Kang</a></li>
Expand All @@ -849,6 +856,7 @@ <h2 id="zk-gaming"><a class="header" href="#zk-gaming">ZK Gaming</a></h2>
<li><a href="https://medium.com/collab-currency/crypto-gaming-a-most-practical-thesis-ec4f55f53408">Crypto gaming - A practical thesis</a></li>
<li><a href="https://gubsheep.substack.com/p/the-strongest-crypto-gaming-thesis">The strongest Crypto gaming thesis</a></li>
<li><a href="https://blog.o1labs.org/zero-knowledge-proofs-for-games-f8b690a2c1ef">ZKP for gaming: Mina</a></li>
<li><a href="https://0xparc.org/blog/zk-hunt">Zk hunt -0xparc</a></li>
</ul>
<h2 id="ecosystem-with-zk-applications"><a class="header" href="#ecosystem-with-zk-applications">Ecosystem with ZK applications</a></h2>
<ul>
Expand Down Expand Up @@ -881,6 +889,11 @@ <h2 id="ecosystem-with-zk-applications"><a class="header" href="#ecosystem-with-
<h2 id="other-applications"><a class="header" href="#other-applications">other applications</a></h2>
<ul>
<li><a href="https://educatedguesswork.org/posts/tiptoe/">Private search engine</a></li>
<li><a href="https://github.com/zkemail">proof of email</a>
<ul>
<li><a href="https://blog.aayushg.com/zkemail/">blog</a></li>
</ul>
</li>
</ul>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous">
<h1 id="security-and-vulnerabilities"><a class="header" href="#security-and-vulnerabilities">Security and Vulnerabilities</a></h1>
Expand Down Expand Up @@ -973,6 +986,7 @@ <h2 id="challenges-and-hackathons"><a class="header" href="#challenges-and-hacka
<li><a href="https://zk-hacking.org/#">Berkeley RDI ZKP-Web3 hackathon</a></li>
<li><a href="https://www.zkhack.dev/mini.html">Zk hack puzzles</a></li>
<li><a href="https://github.com/ingonyama-zk/zkctf-2023-writeups">Ingonyama ZK CTF-May 2023</a></li>
<li><a href="https://crypto.mirror.xyz/hl284jc3A2MI_QeTE39nRsTPihOigNuLKIWjiU2pFzw">List of open problems in Crypto II</a></li>
</ul>
<h2 id="rust-learning-resources-for-zkcryptography"><a class="header" href="#rust-learning-resources-for-zkcryptography">Rust learning resources for ZK/cryptography</a></h2>
<ul>
Expand Down Expand Up @@ -1411,7 +1425,7 @@ <h1 id="commitment-schemes"><a class="header" href="#commitment-schemes">Commitm
<ul>
<li><a href="https://youtu.be/bz16BURH_u8">Overview of commitment schemes: Justin Drakes</a></li>
<li><a href="https://hackernoon.com/kzg10-ipa-fri-and-darks-analysis-of-polynomial-commitment-schemes">Comparison of Commitment Schemes</a></li>
<li><a href="https://research.polytope.technology/polynomial-commitments?utm_source=substack&amp;utm_medium=email">review of polynomial commmitments</a></li>
<li><a href="https://research.polytope.technology/polynomial-commitments">review of polynomial commmitments</a></li>
</ul>
</li>
<li><strong>KZG</strong>
Expand Down Expand Up @@ -1549,13 +1563,19 @@ <h2 id="general-hw-resources-and-guides"><a class="header" href="#general-hw-res
<ul>
<li><a href="https://www.microsoft.com/en-us/research/publication/pipezk-accelerating-zero-knowledge-proof-with-a-pipelined-architecture/">PipeZK</a></li>
<li><a href="https://en.algorithmica.org/hpc/">Algorithms for modern Hardware</a></li>
<li><a href="https://zkproof.org/2023/10/23/zk-score-blog/">Zk Score</a></li>
</ul>
<h2 id="benchmarks-of-zkp-primitives"><a class="header" href="#benchmarks-of-zkp-primitives">Benchmarks of ZKP primitives</a></h2>
<ul>
<li><a href="https://blog.celer.network/2023/03/01/the-pantheon-of-zero-knowledge-proof-development-frameworks/">Pantheon of ZKP frameworks - Celer Network</a></li>
<li><a href="https://www.zk-bench.org">ZK Harness</a></li>
<li><a href="https://github.com/delendum-xyz/zk-benchmarking">ZK Benchmarking -Delendum</a></li>
<li><a href="https://zka.lc/about">ZKalc</a></li>
<li><a href="https://eprint.iacr.org/2023/1503">zkBench</a>
<ul>
<li><a href="https://zkbench.dev">Benchmarks</a></li>
</ul>
</li>
</ul>
<h2 id="tee-and-confidential-computing"><a class="header" href="#tee-and-confidential-computing">TEE and confidential computing</a></h2>
<ul>
Expand Down Expand Up @@ -1621,6 +1641,7 @@ <h2 id="algorithms-and-methods-1"><a class="header" href="#algorithms-and-method
<li><a href="https://github.com/matter-labs/eip1962/blob/master/documentation/Algorithms_for_EIP1962.pdf">Matter labs -ALgorithms</a></li>
<li><a href="https://cacr.uwaterloo.ca/techreports/2010/cacr2010-26.pdf">Ryah Henry - Thesis</a></li>
<li><a href="https://jbootle.github.io/Misc/pippenger.pdf">Efficient Multi exponentiation: Bucket method - Bootle</a></li>
<li><a href="https://gist.github.com/mratsim/27c78c71fd423f731615a91d237162c3#file-multi-scalar-mul-md">MSM tricks</a></li>
</ul>
<h2 id="implementations-1"><a class="header" href="#implementations-1">Implementations</a></h2>
<!-- markdown-link-check-disable -->
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit f12a249

Please sign in to comment.