Skip to content

Commit f711d13

Browse files
committed
Clarify tweak in multi hop locks
1 parent cd6663f commit f711d13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

md/partially-blind-swap.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ of Alice over a transaction spending the funding transaction without knowing `t`
2121
Protocol description
2222
---
2323
Assume Alice has a permanent public key `A = a*G`, ephemeral pubkey `A1 = A +
24-
h*G` and ephemeral pubkey `A2`, Bob has two pubkeys `B1 = b1*G` and `B2 = b2*G`
24+
h*G` where `h` is a tweak that is known to Bob, and ephemeral pubkey `A2` which
25+
has a secret key known only to Alice and doesn't have to be derived from `A`.
26+
Bob has two pubkeys `B1 = b1*G` and `B2 = b2*G`
2527
and `H` is a cryptographic hash function. Public key aggregation in "2-of-2"
2628
scripts is achieved with [MuSig](https://eprint.iacr.org/2018/068.pdf) and the
2729
signature scheme is adapted from

0 commit comments

Comments
 (0)