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

    Function part1

    • Performs the first part of the distributed key generation protocol for the given participant.

      It returns the SecretPackage that must be kept in memory by the participant for the other steps, and the Package that must be sent to each other participant in the DKG run.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to use

      • identifier: Identifier<C>

        The participant's identifier

      • maxSigners: number

        Maximum number of signers

      • minSigners: number

        Minimum number of signers (threshold)

      • rng: RandomSource

        Random number generator

      Returns [round1.SecretPackage<C>, round1.Package<C>]

      A tuple of [SecretPackage, Package]

      If parameters are invalid