Tag: ZKP
Zero-Knowledge Proofs (ZKP) are a fascinating area within Cryptography. These allow one party, called the “Prover”, to convince another party, called the “Verifier”, that some statement is true without revealing the underlying information. There are two basic types of ZKPs: Interactive and non-interactive. The former requires a series of messages to be exchanged between the […]
Recent Comments