Intermediate
Theory of Computation
Q69 / 100
What is zero-knowledge proof?
Correct! Well done.
Incorrect.
The correct answer is B) A protocol where a prover convinces a verifier of a statement without revealing any information beyond the truth of the statement
B
Correct Answer
A protocol where a prover convinces a verifier of a statement without revealing any information beyond the truth of the statement
Explanation
ZK proofs satisfy completeness (honest prover convinces verifier), soundness (dishonest prover fails), and zero-knowledge (verifier learns nothing except the statement is true). Used in cryptography.
Progress
69/100