1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +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_.
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