Skip to content

Commit

Permalink
add content
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Dec 4, 2023
1 parent c9753f9 commit 7f1027d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/tutorials/zero-knowledge-proofs-in-plain-english.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 'Zero-Knowledge Proofs in Plain English'
description: 'Despite the growing importance of ZKPs, much of the existing information about them tends to be quite technical. This article provides a clear guide to ZKPs for the blockchain world.'
authors: ['@edatweets_']
tags: ['Cryptography', 'Security', 'Privacy', 'Scalability', 'ZKP']
languages: []
url: 'https://mirror.xyz/edatweets.eth/oKKkqrfaeyxOZoPpggC9VUUCZYW3z8QfWPu9u5T5m50'
dateAdded: 2023-12-04
level: 'Intermediate'
---

## TL;DR

- Zero-knowledge proofs (ZKPs) can cryptographically prove a statement is true without revealing the statement itself. They offer a new level of privacy in digital transactions, allowing for verification without compromising sensitive data.
- Zk-SNARKs, which stand for Succinct Non-interactive Arguments of Knowledge, are a type of ZKPs. ‘ Succinct’ and ‘Non-interactive’ highlight their efficient performance, while ‘Zero-knowledge’ refers to their privacy-enhancing feature. They are becoming increasingly important in the blockchain world, significantly improving both scalability & privacy.

0 comments on commit 7f1027d

Please sign in to comment.