From 9e5cb4cf93bda67899b5ea2567b89bbff54ef159 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 12:59:57 +0000 Subject: [PATCH] Edited ch08_signatures.adoc with Atlas code editor --- ch08_signatures.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08_signatures.adoc b/ch08_signatures.adoc index ac90bb7e..b6bcb66e 100644 --- a/ch08_signatures.adoc +++ b/ch08_signatures.adoc @@ -351,7 +351,7 @@ At some later time, Bob wants Alice to identify herself by proving that she knows the scalar +x+ for the public key (+xG+) that Bob received earlier. Alice can't give Bob +x+ directly because that would allow him to identify as her to other people, so she needs to prove -her knowledge of +x+ without revealing +x+ to Bob, called a +her knowledge of +x+ without revealing +x+ to Bob,((("zero-knowledge proof"))) called a _zero-knowledge proof_. For that, we begin the schnorr identity process: