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

    Class Package<C>

    A package that must be sent by each participant to some other participants in Round 2 of the DKG protocol. Note that there is one specific package for each specific recipient, in contrast to Round 1.

    Security

    The package must be sent on an confidential and authenticated channel.

    Type Parameters

    Index

    Constructors

    Properties

    ciphersuite: C
    signingShare: SigningShare<C>

    The secret share being sent

    Methods

    • Check equality with another Package.

      Parameters

      Returns boolean

      True if equal

    • Clone this Package.

      Returns round2.Package<C>

      A new Package with the same values

    • Returns a string representation of this Package (redacted for security).

      Returns string