mirror of
https://github.com/bits-wallet/specs.git
synced 2025-12-17 13:44:21 +01:00
Update 02.md
This commit is contained in:
8
02.md
8
02.md
@@ -49,7 +49,7 @@ Inconvenient for onboarding new users who have no UTXO possession in the beginni
|
||||
- - Let _to_self_ = _xbytes(pk<sub>i</sub>)_.
|
||||
- - Let _ex_ = _CScriptNum(26280)_.
|
||||
- - Let _ts_ = `<ex> OP_CHECKSEQUENCEVERIFY OP_DROP <to_self> OP_CHECKSIG`.
|
||||
- - Let _s<sub>hash</sub>_ = _hash<sub>TapLeaf</sub>(0xc0 || 0x27 || s)_.
|
||||
- - Let _s<sub>tweak</sub>_ = _hash<sub>TapTweak</sub>(lift_x(pk<sub>agg</sub>) || s<sub>hash</sub>)_.
|
||||
- - Let _chan<sub>pubkey</sub>_ = _lift_x(pk<sub>agg</sub>) + int(s<sub>tweak</sub>)⋅G_.
|
||||
- - Let _chan<sub>address_ = _Bech32m(0x51 || 0x20 || x_bytes(c<sub>pubkey</sub>))_.
|
||||
- - Let _ts<sub>hash</sub>_ = _hash<sub>TapLeaf</sub>(0xc0 || 0x27 || ts)_.
|
||||
- - Let _ts<sub>tweak</sub>_ = _hash<sub>TapTweak</sub>(lift_x(pk<sub>agg</sub>) || ts<sub>hash</sub>)_.
|
||||
- - Let _chan<sub>pubkey</sub>_ = _lift_x(pk<sub>agg</sub>) + int(ts<sub>tweak</sub>)⋅G_.
|
||||
- - Let _chan<sub>address_ = _Bech32m(0x51 || 0x20 || x_bytes(chan<sub>pubkey</sub>))_.
|
||||
|
||||
Reference in New Issue
Block a user