Skip to content

Commit

Permalink
Add a note about multisignature key generation security (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert authored Mar 18, 2022
1 parent 764939d commit 2fb8f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,8 @@ \subsection{\texorpdfstring{$\func{CreateKeys}$}{CreateKeys}}
Using the tuple $(s_1,s_2,D)$, any player can additionally compute the full view key component $P_2 = \comm(s_2,0,0) + D$.
Since each player holds the aggregate incoming view key, it can compute public addresses using $\func{CreateAddress}$ as needed.

Note that each player should confirm that all other players have completed the key generation process before making addresses available to receive coins; otherwise, a malicious player might selectively fail to send its shares to all other players, meaning some players may be unable to properly compute their private spend key shares.


\subsection{\texorpdfstring{$\func{Precompute}$}{Precompute}}

Expand Down

0 comments on commit 2fb8f21

Please sign in to comment.