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

    • Returns a string representation of this Package.

      Returns string