Skip to content

Commit

Permalink
Update script to generate keyshares readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Nov 26, 2024
1 parent d9f2d9a commit 476e327
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions scripts/create-test-keyshares/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,5 @@
This is used to create sets of pre-generated keyshares. These are used in some of the `entropy-tss`
tests to speed up the test by not needing to run a distributed key generation during the test.

Since keyshares are linked to the identities of the holders, and the initial signer set is selected
randomly during the test, there is one keyshare set generated per possible combination of initial
signers.

Since we have 4 nodes, and 3 signers, we refer to each set by the name of the node who is **not** in
the signer set (which is the one who will act as the relayer node).

So set 'alice' consists of ['bob', 'charlie', 'dave'] and set 'bob' consists of ['alice', 'charlie',
dave'], etc.

There are also different keyshare sets for 'test' or 'production' parameters used by Synedrion. Test
There are different keyshare sets for 'test' or 'production' parameters used by Synedrion. Test
parameters are less secure but mean that the protocols run much faster.

0 comments on commit 476e327

Please sign in to comment.