We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6663f commit f711d13Copy full SHA for f711d13
md/partially-blind-swap.md
@@ -21,7 +21,9 @@ of Alice over a transaction spending the funding transaction without knowing `t`
21
Protocol description
22
---
23
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`
+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`
27
and `H` is a cryptographic hash function. Public key aggregation in "2-of-2"
28
scripts is achieved with [MuSig](https://eprint.iacr.org/2018/068.pdf) and the
29
signature scheme is adapted from
0 commit comments