FROST Rerandomized 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 second and third parts of the DKG protocol (round 2).

    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 from the participant (C_i)

    minSigners: number

    The minimum number of signers

    maxSigners: number

    The total number of signers

    Methods

    • Return the secret share.

      Returns C["Scalar"]

      The secret share scalar

    • Check equality with another SecretPackage.

      Parameters

      Returns boolean

      True if equal

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

      Returns string