An open API service indexing awesome lists of open source software.

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

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/)