1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-26 01:50:42 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 12:04:40 +00:00
parent 8981ee3094
commit 2409128def

View File

@ -1767,7 +1767,7 @@ in a slightly different form, which we'll((("P2C (pay to contract)", startref="p
[[scriptless_multisignatures_and_threshold_signatures]] [[scriptless_multisignatures_and_threshold_signatures]]
=== Scriptless Multisignatures and Threshold Signatures === Scriptless Multisignatures and Threshold Signatures
In <<multisig>>, we looked at scripts that require signatures from In <<multisig>>, we ((("scriptless multisignatures", id="scriptless-multi")))((("multisignature scripts", "scriptless", id="multisignature-scriptless")))((("threshold signatures", id="threshold-signature")))((("public key cryptography", "scriptless multisignatures", id="pub-key-scriptless")))looked at scripts that require signatures from
multiple keys. However, there's another way to require cooperation from multiple keys. However, there's another way to require cooperation from
multiple keys, which is also confusingly called _multisignature_. To multiple keys, which is also confusingly called _multisignature_. To
distinguish between the two types in this section, we'll call the distinguish between the two types in this section, we'll call the
@ -1837,7 +1837,7 @@ auditability.
For many users and use cases, the always reduced size and increased For many users and use cases, the always reduced size and increased
privacy of multisignatures outweighs its occasional challenges for privacy of multisignatures outweighs its occasional challenges for
creating and auditing signatures. creating and auditing((("scriptless multisignatures", startref="scriptless-multi")))((("multisignature scripts", "scriptless", startref="multisignature-scriptless")))((("threshold signatures", startref="threshold-signature")))((("public key cryptography", "scriptless multisignatures", startref="pub-key-scriptless"))) signatures.
[[taproot]] [[taproot]]
=== Taproot === Taproot