FROST secp256k1-TR (Taproot) TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Class SignatureShareImpl<C>

    A participant's signature share, which the coordinator will aggregate with all other signer's shares into the joint signature.

    Type Parameters

    Index

    Methods

    • Deserialize a SignatureShare from bytes.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to use

      • bytes: Uint8Array

        The serialized share bytes

      Returns SignatureShareImpl<C>

      The deserialized signature share

      Error if deserialization fails

    • Serialize the SignatureShare to bytes.

      Returns Uint8Array

      The serialized share bytes

    • Returns a string representation of this SignatureShare.

      Returns string

    • Check equality with another SignatureShare.

      Parameters

      Returns boolean

      true if the shares are equal