Module commonware_cryptography::bls12381::primitives::ops

source ·
Expand description

Digital signatures over the BLS12-381 curve.

Functions§

  • Aggregates the partial signatures into a final signature.
  • Returns a new keypair derived from the provided randomness.
  • Signs the provided message with the key share.
  • Verifies the partial signature against the public polynomial.
  • Signs the provided message with the private key.
  • Verifies the signature with the provided public key.