From 6da2c3b8dadb299a26939133fc80a79e98a291af Mon Sep 17 00:00:00 2001 From: ndcroos Date: Sun, 6 Jun 2021 04:18:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a338936..500e057 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Bulletproofs are short zero-knowledge arguments of knowledge that do not require a trusted setup. Argument systems are proof systems with computational soundness. -Bulletproofs are suitable for proving statements on committed values, such as range proofs, verifiable suffles, arithmetic circuits, etc. +Bulletproofs are suitable for proving statements on committed values, such as range proofs, verifiable shuffles, arithmetic circuits, etc. They rely on the discrete logarithmic assumption and are made non-interactive using the Fiat-Shamir heuristic.