Skip to content

Commit

Permalink
adding zkp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfed-prog committed Oct 13, 2024
1 parent 0b341b1 commit 94a3a7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions topics/zkp/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
aliases: zkps, zkproof, zero-knowledge-proofs
display_name: Zero-knowledge proof
short_description: ZKP allows one party to prove a statement to another party without revealing any information about that statement.
topic: zkp
wikipedia_url: https://en.wikipedia.org/wiki/Zero-knowledge_proof
---

Zero-knowledge proof (ZKP) is a cryptographic protocol where one party can prove to another party that a statement is true without revealing any information beyond the fact of the statement's truth.

0 comments on commit 94a3a7d

Please sign in to comment.