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

    Function checkPart3DifferentParticipants

    • Check that calling dkg::part3() with distinct sets of participants fails.

      Ported from Rust: check_part3_different_participants

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • maxSigners: number

        Maximum number of signers

      • round2SecretPackages: Map<string, round2.SecretPackage<C>>

        Map of round 2 secret packages

      • receivedRound1Packages: Map<string, Map<string, round1.Package<C>>>

        Map of received round 1 packages

      • receivedRound2Packages: Map<string, Map<string, round2.Package<C>>>

        Map of received round 2 packages

      Returns Promise<void>