Securing a Blockchain with a Noninteractive Zero-Knowledge Proof

Valeryia Vishavataya
Altoros Blog
Published in
1 min readJun 21, 2019

This blog post explores noninteractive zero-knowledge proof (ZKP), which allows for verifying blockchain transactions in a single message from a prover to a verifier — without interaction between them. The article focuses on the zk-SNARK protocol, one of the most prominent examples of non-interactive ZKPs, and its real-life implementations in Zcash, Hyperledger Fabric, Hyperledger Indy, and Ethereum.

For more information, read this blog post.

--

--