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

    Function checkPart3CorruptedShare

    • Test DKG part3 corrupted share handling.

      Ported from Rust: check_part3_corrupted_share

      This function tests that part3 correctly detects corrupted signing shares and identifies the culprit.

      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>