https://github.com/isaac-defrain/zk-resources
Resources for learning about zero-knowledge
https://github.com/isaac-defrain/zk-resources
learning resources zero-knowledge zk
Last synced: 3 months ago
JSON representation
Resources for learning about zero-knowledge
- Host: GitHub
- URL: https://github.com/isaac-defrain/zk-resources
- Owner: Isaac-DeFrain
- Created: 2024-11-21T01:08:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T01:16:25.000Z (7 months ago)
- Last Synced: 2025-02-08T02:43:50.580Z (4 months ago)
- Topics: learning, resources, zero-knowledge, zk
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zk resources
- [zk-SNARKs explained - Ariel Gabizon](https://electriccoin.co/blog/snark-explain/)
> 7-part series from one of the folks respnsible for [PLONK](https://eprint.iacr.org/2019/953.pdf) & [Aztec](https://aztec.network/)
>
> Explains:
>
> - homomorphic hidings
> - blind evaluations of polynomials
> - knowledge of coefficients test and assumption
> - how to make blind evalutions of polynomials verifiable
> - aritimetic circuits and quadratic arithmetic programs
> - simplified Pinocchio Protocol
> - elliptic curve pairings- Vitalik Buterin's zk-SNARK series
- [QAPs](https://medium.com/@VitalikButerin/quadratic-arithmetic-programs-from-zero-to-hero-f6d558cea649)
- [Elliptic curve pairings](https://medium.com/@VitalikButerin/exploring-elliptic-curve-pairings-c73c1864e627)
- [zk-SNARKs: Under the hood](https://medium.com/@VitalikButerin/zk-snarks-under-the-hood-b33151a013f6)- [LambdaClass - how to transform code into arithmetic circuits](https://blog.lambdaclass.com/how-to-transform-code-into-arithmetic-circuits/)