update MsgCommitments

This commit is contained in:
Alfredo Garcia 2021-05-04 12:40:42 -03:00 committed by Deirdre Connolly
parent 83158786fe
commit a26691ead2
1 changed files with 6 additions and 3 deletions

View File

@ -98,10 +98,13 @@ struct MsgDealerBroadcast {
group_public: VerificationKey<SpendAuth>,
}
// The signer participants sends the commitments to the
// aggregator.
// Each signer participant send to the aggregator the 2 points
// needed for commitment building.
struct MsgCommitments {
commitment: frost::SigningCommitments,
// The hiding Point.
hiding: jubjub::ExtendedPoint,
// The binding Point.
binding: jubjub::ExtendedPoint,
}
// The aggergator decide what message to be signed,