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

    Class Package<C>

    The package that must be broadcast by each participant to all other participants between the first and second parts of the DKG protocol (round 1).

    Type Parameters

    Index

    Constructors

    Properties

    ciphersuite: C

    The public commitment from the participant (C_i)

    proofOfKnowledge: DkgSignature<C>

    The proof of knowledge of the temporary secret (sigma_i = (R_i, mu_i))

    Methods

    • Check equality with another Package.

      Parameters

      Returns boolean

      True if equal

    • Clone this Package.

      Returns round1.Package<C>

      A new Package with the same values

    • Returns a string representation of this Package.

      Returns string