1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch08_signatures.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-26 19:26:39 +00:00
parent 04dae8ce7f
commit baff699f2b

View File

@ -700,8 +700,8 @@ Scriptless ((("digital signatures", "schnorr signature algorithm", "scriptless t
Everyone with a partial public key that becomes part of the aggregated Everyone with a partial public key that becomes part of the aggregated
public key must contribute a partial signature and partial nonce to the public key must contribute a partial signature and partial nonce to the
final signature. Sometimes, though, the participants want to allow a final signature. Sometimes, though, the participants want to allow a
subset of them to sign, such as t-of-k where a threshold (t) number of participants can sign for subset of them to sign, such as _t_-of-_k_ where a threshold (_t_) number of participants can sign for
a key constructed by k participants. That type of signature is called a a key constructed by _k_ participants. That type of signature is called a
_threshold signature_. _threshold signature_.
We saw script-based threshold signatures in We saw script-based threshold signatures in