FROST Core 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

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

      Returns string