From f08f7231db1dc9cda44f1d751fae37ed2a72f972 Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 19:21:17 +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 8b8eaa85..678153db 100644 --- a/ch08_signatures.adoc +++ b/ch08_signatures.adoc @@ -606,7 +606,7 @@ that are believed to be secure. Alice and Bob need to derive the public key for _x_, which is _xG_. Since it's possible to use elliptic curve operations to add two EC points together, they start by Alice deriving _yG_ and Bob deriving -_zG_. They then add them together to create _xG_ = _yG_ + _zG_. The point +_zG_. They then add them together to create [.keep-together]#_xG_ = _yG_ + _zG_.# The point _xG_ is ((("aggregated public keys")))((("public keys", "aggregated")))their _aggregated public key_. To create a signature, they begin the simple multisignature protocol: