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

    Class SigningPackageImpl<C>

    Concrete implementation of SigningPackage with common traits (clone, equals, toString).

    This class wraps the signing commitments and message for a signing operation.

    Type Parameters

    Implements

    Index

    Constructors

    Properties

    ciphersuite: C

    The ciphersuite instance

    signingCommitments: Map<IdentifierLike<C>, SigningCommitments<C>>

    The set of commitments participants published in the first round

    message: Uint8Array

    Message which each participant will sign

    Methods

    • Returns a string representation of this SigningPackage.

      Returns string