Internal
Encode the list of group signing commitments.
Implements encode_group_commitment_list() from the spec.
encode_group_commitment_list()
signingCommitments must contain the sorted map of participants identifiers to the signing commitments they issued.
signingCommitments
Returns a byte string containing the serialized representation of the commitment list.
The ciphersuite to use
Map of identifier to signing commitments (must be sorted by identifier)
The encoded commitment list
Encode the list of group signing commitments.
Implements
encode_group_commitment_list()from the spec.signingCommitmentsmust contain the sorted map of participants identifiers to the signing commitments they issued.Returns a byte string containing the serialized representation of the commitment list.