StaticfromInternalCreate a new SignatureShare from a scalar.
StaticdeserializeDeserialize a SignatureShare from bytes.
The ciphersuite to use
The serialized share bytes
The deserialized signature share
Serialize the SignatureShare to bytes.
The serialized share bytes
InternalTests if a signature share issued by a participant is valid before aggregating it into a final joint signature to publish.
This is the final step of verify_signature_share from the spec.
The participant's identifier
The participant's group commitment share
The participant's verifying share (public key share)
The Lagrange coefficient for this participant
The signature challenge
Returns a string representation of this SignatureShare.
Check equality with another SignatureShare.
The other SignatureShare to compare
true if the shares are equal
A participant's signature share, which the coordinator will aggregate with all other signer's shares into the joint signature.