-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -342,6 +342,9 @@ <h2 id="libraries"><a class="header" href="#libraries">Libraries</a></h2> | |
<li><a href="https://github.com/iden3/circom">Circom: creating zk circuits</a> | ||
<ul> | ||
<li><a href="http://learn.0xparc.org/materials/circom/prereq-materials/intro/">Circom tutorials by 0xparc</a></li> | ||
<li><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10002421">Paper</a></li> | ||
<li><a href="https://eprint.iacr.org/2020/1586.pdf">Circ compiler</a></li> | ||
<li><a href="https://www.rareskills.io/post/circom-tutorial">circom tutorial</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="https://zcash.github.io/halo2/index.html">Halo 2 - library</a> | ||
|
@@ -454,6 +457,7 @@ <h2 id="advanced-coursestopics"><a class="header" href="#advanced-coursestopics" | |
<li><a href="https://www.youtube.com/playlist?list=PLS01nW3RtgopJOtsMVOK3N7n7qyNMPbJ_">DEFI MOOC</a></li> | ||
<li><a href="https://www.youtube.com/playlist?list=PLciHOL_J7Iwqdja9UH4ZzE8dP1IxtsBXI">Fuzzing workshop</a></li> | ||
<li><a href="https://simons.berkeley.edu/workshops/data-structures-optimization-fast-algorithms-boot-camp/videos#simons-tabs">optimizations for fast algorithms bootcamp</a></li> | ||
<li><a href="https://catonmat.net/mit-introduction-to-algorithms-part-fourteen">Cache oblivious algorithms</a></li> | ||
</ul> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"> | ||
<h1 id="articles-1"><a class="header" href="#articles-1">Articles</a></h1> | ||
|
@@ -796,6 +800,7 @@ <h2 id="zk-rollups-evmsvms"><a class="header" href="#zk-rollups-evmsvms">ZK Roll | |
<p><strong>General</strong></p> | ||
<ul> | ||
<li><a href="https://www.alchemy.com/overviews/zkevm">What is a ZK EVM</a></li> | ||
<li><a href="https://eprint.iacr.org/2024/387.pdf">Parallel ZKVM</a></li> | ||
<li><a href="https://mirror.xyz/privacy-scaling-explorations.eth/I5BzurX-T6slFaPbA4i3hVrO7U2VkBR45eO-N3CSnSg">zkEVM community edition</a></li> | ||
<li><a href="https://ethworks.io/assets/download/zero-knowledge-blockchain-scaling-ethworks.pdf">Ethworks: Blockchain scaling</a></li> | ||
<li><a href="https://hackmd.io/QkOUJ-UJQ-CJ7cs_yx6_GA">Ethereum-powered ZK-Rollups: World Beaters</a></li> | ||
|
@@ -808,6 +813,7 @@ <h2 id="zk-rollups-evmsvms"><a class="header" href="#zk-rollups-evmsvms">ZK Roll | |
<li><a href="https://a16zcrypto.com/content/article/an-overview-of-danksharding-and-a-proposal-for-improvement-of-das/">An overview of Danksharding</a></li> | ||
<li><a href="https://blog.jarrodwatts.com/the-ultimate-zk-evm-comparison-guide">Zk evm comparison guide</a></li> | ||
<li><a href="https://aszepieniec.github.io/stark-brainfuck/">BrainSTARK</a></li> | ||
<li><a href="https://blog.lambdaclass.com/beyond-single-core-enhancing-vm-efficiency-in-parallel-environments/">Enhancing VM efficiency in parallel envs</a></li> | ||
</ul> | ||
</li> | ||
<li> | ||
|
@@ -851,6 +857,12 @@ <h2 id="zk-rollups-evmsvms"><a class="header" href="#zk-rollups-evmsvms">ZK Roll | |
<li><a href="https://sin7y.org/">OlaVM</a></li> | ||
<li><a href="http://www.delphinuslab.com/">zkWasm</a></li> | ||
<li><a href="https://loopring.org/#/about">Loopring</a></li> | ||
<li><a href="https://github.com/nexus-xyz/nexus-zkvm">NexusVM</a></li> | ||
<li><a href="https://github.com/succinctlabs/sp1">SP1</a> | ||
<ul> | ||
<li><a href="https://succinctlabs.github.io/sp1/">book</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
@@ -1196,7 +1208,10 @@ <h1 id="folding-scheme-protocols-1"><a class="header" href="#folding-scheme-prot | |
<tr><td style="text-align: center">Protostar - 2023</td><td><a href="https://eprint.iacr.org/2023/620">→📝</a></td><td style="text-align: center"></td><td style="text-align: center"><a href="https://www.youtube.com/watch?v=tt00TLFJPpc&list=PLV91V4b0yVqS1d_Vpoh40hodcQd8kMQD4&index=3">Deep dive into Protostar paper & protocol - Binyi Chen</a></td><td style="text-align: center"></td><td style="text-align: center"></td></tr> | ||
<tr><td style="text-align: center">Protogalaxy - 2023</td><td><a href="https://eprint.iacr.org/2023/1106">→📝</a></td><td style="text-align: center"></td><td style="text-align: center"><a href="https://arnaucube.com/blog/protogalaxy.html">Notes on ProtoGalaxy</a></td><td style="text-align: center"></td><td style="text-align: center"></td></tr> | ||
<tr><td style="text-align: center">CycleFold - 2023</td><td><a href="https://eprint.iacr.org/2023/1106">→📝</a></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td></tr> | ||
<tr><td style="text-align: center">BaseFold</td><td><a href="https://eprint.iacr.org/2023/1705">→📝</a></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td></tr> | ||
<tr><td style="text-align: center">Proofs for deep thought - 2024</td><td><a href="https://eprint.iacr.org/2024/325">→📝</a></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td></tr> | ||
<tr><td style="text-align: center">Latticefold</td><td><a href="https://eprint.iacr.org/2024/257.pdf">→📝</a></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td></tr> | ||
<tr><td style="text-align: center">Accumulation without homomorphism</td><td><a href="https://eprint.iacr.org/2024/474">→📝</a></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td><td style="text-align: center"></td></tr> | ||
</tbody></table> | ||
</div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"> | ||
<h1 id="other-protocols-1"><a class="header" href="#other-protocols-1">Other Protocols</a></h1> | ||
|
@@ -1659,6 +1674,7 @@ <h2 id="folding-and-accumulation-schemes"><a class="header" href="#folding-and-a | |
<li><a href="https://github.com/lurk-lab/awesome-folding">Resource: Awesome Folding</a></li> | ||
<li><a href="https://hackmd.io/@ndbunner/B1hmeoGEn">How to build a snark that is out of this world - Nat Bunner</a></li> | ||
<li><a href="https://taiko.mirror.xyz/tk8LoE-rC2w0MJ4wCWwaJwbq8-Ih8DXnLUf7aJX1FbU">An incomplete guide to FOlding schemes - Lisa</a></li> | ||
<li><a href="https://eprint.iacr.org/2022/009">Algebraic Reductions of Knowledge</a></li> | ||
</ul> | ||
<h2 id="general-5"><a class="header" href="#general-5">General</a></h2> | ||
<ul> | ||
|
@@ -1708,6 +1724,12 @@ <h2 id="tee-and-confidential-computing"><a class="header" href="#tee-and-confide | |
<li><a href="https://github.com/NVIDIA/nvtrust">TEE for CPU and GPU Nvidia</a></li> | ||
<li><a href="https://www.youtube.com/watch?v=Xq7oWtiwWII">TEE for blockchain applications</a></li> | ||
</ul> | ||
<h2 id="niche-tricks"><a class="header" href="#niche-tricks">Niche tricks</a></h2> | ||
<ul> | ||
<li><a href="https://catonmat.net/wp-content/uploads/2009/07/cacheobliviousalgorithmsanddatastructures.pdf">Cache oblivious algorithms</a></li> | ||
<li><a href="https://developer.nvidia.com/blog/improving-gpu-performance-by-reducing-instruction-cache-misses/">Cache skipping</a></li> | ||
<li><a href="http://www.ziti.uni-heidelberg.de/ziti/uploads/ce_group/seminar/2015-Guenther_Schindler.pdf">Techniques for caches in GPUs</a></li> | ||
</ul> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"> | ||
<h1 id="discrete-fourier-transforms"><a class="header" href="#discrete-fourier-transforms">Discrete Fourier Transforms</a></h1> | ||
<h2 id="algorithms-and-methods"><a class="header" href="#algorithms-and-methods">Algorithms and methods</a></h2> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters