From a8d1ede8b31f7a16f0b1a2436ffdee2ec5f1c66e Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 28 Dec 2024 21:33:39 +0100 Subject: [PATCH] typo background.md --- mkdocs/docs/background/background.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/background/background.md b/mkdocs/docs/background/background.md index 0214247e6..7cfa17a82 100644 --- a/mkdocs/docs/background/background.md +++ b/mkdocs/docs/background/background.md @@ -109,5 +109,5 @@ An assignment of the signals is called a **witness**. For example, `{a = 2, b = ## Summary -​**In summary, zk-SNARK proofs are an specific type of zero-knowledge proofs that allow you to prove that you know a set of signals (witness) that match all the constraints of a circuit without revealing any of the signals except the public inputs and the outputs.** +​**In summary, zk-SNARK proofs are a specific type of zero-knowledge proofs that allow you to prove that you know a set of signals (witness) that match all the constraints of a circuit without revealing any of the signals except the public inputs and the outputs.**