ZK #3
ZK
#3
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ZK
🚧 This is a work-in-progress 🚧 Zero-knowledge cryptography, primarily built from zkSNARKs. Affordances § There are three main properties that we unlock with ZK, which I personally organize in the SVP acronym: Succinctness (the S in zkSNARK) Usually used for scalability, as in zkRollups (which usually don’t use any ZK) Important for client/human verified proofs Verifiability (the NARK in zkSNARK) Equivalent to VIP, explored further in that page Privacy (the zk in zkSNARK) Can enable true data ownership in a way that hasn’t been possible for the first few innings of the internet Succinctness § Succinctness, as far as I have understood, is only useful for on-chain applications.
http://localhost:8080/ZK
Beta Was this translation helpful? Give feedback.
All reactions