ExEcc.BLS.Ciphersuites.Base (ExEcc v0.1.0)
View SourceSummary
Functions
The CoreSign algorithm computes a signature from SK, a secret key, and message, an octet string.
The Aggregate algorithm aggregates multiple signatures into one.
The SkToPk algorithm takes a secret key SK and outputs the corresponding public key PK.
Functions
The CoreSign algorithm computes a signature from SK, a secret key, and message, an octet string.
Raise ValidationError
when there is input validation error.
The Aggregate algorithm aggregates multiple signatures into one.
Raise ValidationError
when there is input validation error.
The SkToPk algorithm takes a secret key SK and outputs the corresponding public key PK.
Raise ValidationError
when there is input validation error.