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

    Function checkPart3Errors

    • Check all DKG part3 error cases.

      Ported from Rust: check_part3_errors

      This function runs both check_part3_different_participants and check_part3_corrupted_share tests.

      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>