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

    Function checkPart2Error

    • Test DKG part2 error handling.

      Ported from Rust: check_part2_error

      This function tests that part2 correctly detects corrupted proof of knowledge.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • round1SecretPackage: round1.SecretPackage<C>

        The round 1 secret package

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

        Map of round 1 packages

      Returns void