1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-23 00:28:14 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 12:04:55 +00:00
parent 2409128def
commit a5912e501f

View File

@ -1775,7 +1775,7 @@ version involving `OP_CHECKSIG`-style opcodes _script multisignatures_
and the other version _scriptless multisignatures_. and the other version _scriptless multisignatures_.
Scriptless multisignatures involve each participant creating their own 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 _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 as a regular full private key. From the partial private key, each
participant derives a partial public key using the same algorithm used participant derives a partial public key using the same algorithm used