add definitions

This commit is contained in:
Alfredo Garcia 2021-05-11 10:27:16 -03:00 committed by Deirdre Connolly
parent 9ba0fe78c1
commit d9aa3bac88
1 changed files with 3 additions and 6 deletions

View File

@ -11,12 +11,9 @@ Assuming all participants have a FROST library available we need to define messa
## Definitions
- `dealer`
- `aggregator`
- `signer`
- `nonce`
- `commitment`
-
- `dealer` - Participant who distributes the initial package to all the other participants. The dealer can also be the aggregator and one of the signers.
- `aggregator` - Participant in charge of collecting all the signatures from the other participants and generating the final group signature. The aggregator can also be the dealer and one of the signers.
- `signer` - Participant that will receive the initial package, sign and send the signature to the aggregator to receive the final group signature. A signer can be also the dealer and the aggregator.
## Guide-level explanation