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

    Class SigningCommitments<C>

    Published by each participant in the first round of the signing protocol.

    This step can be batched if desired by the implementation. Each SigningCommitment can be used for exactly one signature.

    Type Parameters

    Index

    Constructors

    Properties

    Commitment to the hiding Nonce

    binding: NonceCommitment<C>

    Commitment to the binding Nonce

    Methods

    • Serialize the SigningCommitments to bytes.

      Returns Uint8Array

      The serialized bytes (hiding commitment || binding commitment)

    • Returns a string representation of this SigningCommitments.

      Returns string