Skip to main content

Zero-Knowledge Proof (ZKP)

cryptography · privacy

A cryptographic proof that convinces a verifier a statement is true without revealing the private information behind it.

1.definition

A zero-knowledge proof lets a prover show that a claim or computation is valid while keeping underlying inputs hidden. The verifier learns the statement is true, not the secret data used to prove it.

2.uses

ZKPs support private payments, identity checks, compressed rollup verification, and proofs of correct computation. Practical systems must choose proof types, trust assumptions, setup requirements, and performance trade-offs.

Related terms

All terms and definitions may update as the Cryptionary improves.