FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Class GroupCommitment<C>

    The product of all signers' individual commitments, published as part of the final signature.

    Type Parameters

    Index

    Properties

    ciphersuite: C

    The ciphersuite instance

    Methods

    • Internal

      Create a GroupCommitment from an element.

      Type Parameters

      Parameters

      • ciphersuite: C
      • element: C["Element"]

      Returns GroupCommitment<C>

    • Internal

      Return the underlying element.

      Returns C["Element"]