Skip to content

Commit 0a62e2c

Browse files
committed
Minor terminology fixes
1 parent eddf8f9 commit 0a62e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0360.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ tapleaf script = [size] [OP_PUSHBYTES_32, 32-byte public key, OP_CHECKSIG] (1 +
515515
control block = [size] [control byte] (1 + 1 = 2 bytes)
516516
</source>
517517
518-
P2TR key-spend witness (66 bytes):
518+
P2TR key path spend witness (66 bytes):
519519
<source>
520520
[count] (1 byte), # Number of elements in the witness
521521
[size] signature (1 + 64 bytes = 65 bytes)
@@ -541,7 +541,7 @@ would be 103 + 32 * 1 = 135 bytes. It is unfortunate that we can not use the key
541541
exactly what makes P2TR vulnerable to quantum attacks. If key path spend was quantum resistant we wouldn't need P2QRH at all.
542542
543543
'''P2TR script path spend''' P2QRH inputs will be smaller than equivalent script path spend P2TR inputs. This is because P2QRH inputs
544-
do not require that the input includes a public key in the witness control block to open the commitment to the merkle root.
544+
do not require that the input includes a public key in the control block to open the commitment to the merkle root.
545545
An equivalent P2QRH input will be 32 bytes smaller than a P2TR script path spend input.
546546
547547
=== Performance Impact ===

0 commit comments

Comments
 (0)