From 1c94a388ba4b1dc1b085b10b5de80ce098f500fa Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 18:37:16 +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 2720db1c..1cdae66d 100644 --- a/ch08_signatures.adoc +++ b/ch08_signatures.adoc @@ -396,7 +396,7 @@ generator _G_ = 5 to get her public key _xG_ = 15. She gives Bob 15. 3. Alice generates _s_ = 40 = 7 + 11 × 3. She gives Bob 40. 4. Bob derives _sG_ = 200 = 40 × 5 and _exG_ = 165 = 11 × 15. He then - verifies that 200 == 35 + 165. Note that this is the same operation + verifies that [.keep-together]#200 == 35 + 165.# Note that this is the same operation that Alice performed, but all of the values have been scaled up by 5 (the value of _G_).