diff --git a/rfcs/0001-messages.md b/rfcs/0001-messages.md index cc0ee7d..38019db 100644 --- a/rfcs/0001-messages.md +++ b/rfcs/0001-messages.md @@ -98,10 +98,13 @@ struct MsgDealerBroadcast { group_public: VerificationKey, } -// 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,