https://github.com/brianseong99/easyzk
My learning notes for Zero Knowledge Proof.
https://github.com/brianseong99/easyzk
Last synced: 3 months ago
JSON representation
My learning notes for Zero Knowledge Proof.
- Host: GitHub
- URL: https://github.com/brianseong99/easyzk
- Owner: BrianSeong99
- License: mit
- Created: 2023-10-26T04:46:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T23:36:50.000Z (4 months ago)
- Last Synced: 2025-01-22T00:26:35.715Z (4 months ago)
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyZK
My learning notes for Zero Knowledge Proof. For every blog that I write, I will include it in this README page with a short description. If there's anything wrong, please raise an Issue and I will follow up there!# ZKP based Virtual Machines
## zkVM
- [[Blog](https://www.brianseong99.com/post/zkvm-part-one-understanding-zkvm)] | [[Source](./ZKVM/zkVM%20Introduction/Part%20One%20-%20Understanding%20zkVM.md)] | **Part One - Understanding zkVM**:
Introducing the concept of zkVM and the general execution pipeline of zkVM.
- [[Blog](https://www.brianseong99.com/post/zkvm-part-two-design-considerations-of-zkvm)] | [[Source](./ZKVM/zkVM%20Introduction/Part%20Two%20-%20Design%20Considerations%20of%20zkVM.md)] | **Part Two - Design Considerations of zkVM**:
Elaborate further on the design constraints when it comes to building a zkVM, which includes the zero-knowledge proof stack and the virtual machine design.
- **Part Three(WIP) - Exploring zkVM Projects, Comparison, and Future**:
Dive into the different designs and implementations of existing zkVM projects, and compare their advantages and disadvantages. And Last I will share a little bit of my thoughts on the future of zkVM.
### zkVM Projects
- [[Whitepaper Translation](./ZKVM/Nexus/Nexus中文白皮书.md)] | [[Tweet](https://twitter.com/BrianSeong99/status/1777223673843466489)] | **Nexus zkVM 中文白皮书**
# Others
## FHE
- [[Link](https://www.brianseong99.com/post/fhe-encrypted-computation-for-maximum-privacy)] | **Don't Expose your data ever again - Fully Homomorphic Encryption, the Encrypted Computation for Maximum Privacy**:
Covering some of the fundamental basics of FHE, and then the current snapshot of the application of FHE including Fhenix and Zama.
# Reference
- https://github.com/ventali/awesome-zk