Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sss-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sss-tool init-common --pub-datas '{...}'
# where '{...}' is the json that contains all the initial commitments (as described in the previous step).
```

Output: Generates a local configuration file `shares.sss`, and prints out the json with encrypted partial shares to all other participants. Example:
Output: Generates a local configuration file `shared.sss`, and prints out the json with encrypted partial shares to all other participants. Example:
```
{"alice":{"bob": "xxxx", "charlie": "xxxxx", ...}}
```
Expand Down