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

    Function checkSignWithIncorrectCommitments

    • Test signing with incorrect commitments.

      Ported from Rust: check_sign_with_incorrect_commitments

      This test verifies that signing fails with IncorrectCommitment error when the commitment in the signing package doesn't match the nonces being used.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • rng: CryptoRng

        A cryptographically secure random number generator

      Returns Promise<void>