Skip to content

Commit

Permalink
Update src/RFC-0205_LedgerTransactions.md
Browse files Browse the repository at this point in the history
Co-authored-by: stringhandler <stringhandler@gmail.com>
  • Loading branch information
SWvheerden and stringhandler committed May 22, 2023
1 parent 2f87243 commit f1fc202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RFC-0205_LedgerTransactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Normal transactions have only a single entity, the wallet which controls all sec
### Process Overview
By splitting the ownership of the [UTXO]'s secret by assigning knowledge of only the script key (\\( k_s \\) ) to the signer, we can lift much of the heavy cryptography like bulletproof creation to the helper device by exposing (\\( k_i \\) ) to it. By looking at how [one-sided-stealth] transactions are created, we can construct the script key in such a way that the helper can calculate the public script key, but cannot calculate the private script key.

All [UTXO]s created will be created with a script `PushPubkey(K_S)`. The key (\\( k_s \\) ) is created as follows:
All hardware wallet created [UTXO]s created will be created with a script `PushPubkey(K_S)`. The key (\\( k_s \\) ) is created as follows:
$$
\begin{align}
k_S &= k_i + a \\\\
Expand Down

0 comments on commit f1fc202

Please sign in to comment.