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

    Function checkBadBatchVerify

    • Test failure case of batch verification with a Ciphersuite.

      Creates 32 signatures where one (at index 4) is invalid (signed with wrong message). Batch verification should fail, and individual verification should identify the bad signature.

      Ported from: frost-core/src/tests/batch.rs bad_batch_verify

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • rng: CryptoRng

        A cryptographically secure random number generator

      Returns void