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

    Class SecretPackage<C>

    The secret package that must be kept in memory by the participant between the first and second parts of the DKG protocol (round 1).

    Security

    This package MUST NOT be sent to other participants!

    Type Parameters

    Index

    Constructors

    Properties

    ciphersuite: C
    identifier: Identifier<C>

    The identifier of the participant holding the secret

    The public commitment for the participant (C_i)

    minSigners: number

    The minimum number of signers

    maxSigners: number

    The total number of signers

    Methods

    • Returns the secret coefficients.

      Returns C["Scalar"][]

      Array of scalar coefficients

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

      Returns string