summary from solana article
- link -
- Essentially, zero-knowledge proofs make it possible to verify the validity of a dataset while preserving the privacy of the data itself.
- https://blog.chain.link/what-is-a-zero-knowledge-proof-zkp/
- ZKPs enable someone to prove they know or have a piece of data without revealing the underlying information
- future of L2 - https://m.youtube.com/watch?v=t-SQQmLhepY
- A SNARK is a type of cryptographic proof that is small in size and easy to verify. SNARKs generate a cryptographic proof using elliptical curves, which assume that it’s infeasible to find the discrete logarithm of a random elliptic curve element from a publicly known base point
- Notably, STARKs were invented by Eli Ben-Sasson, the co-founder of StarkWare, the team building StarkEx and StarkNet.
All notes