From a5912e501f769c690edfbd53c22e7e29ee5f8a3b Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 12:04:55 +0000 Subject: [PATCH] Edited ch07_authorization-authentication.adoc with Atlas code editor --- ch07_authorization-authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07_authorization-authentication.adoc b/ch07_authorization-authentication.adoc index fcd856d7..f3ef378e 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -1775,7 +1775,7 @@ version involving `OP_CHECKSIG`-style opcodes _script multisignatures_ and the other version _scriptless multisignatures_. Scriptless multisignatures involve each participant creating their own -secret the same way they create a private key. We'll call this secret a +secret the same way they create a private key. We'll call this ((("partial private keys")))secret a _partial private key_, although we should note that it's the same length as a regular full private key. From the partial private key, each participant derives a partial public key using the same algorithm used