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

    Function checkBatchVerify

    • Test batch verification with a Ciphersuite.

      Creates a signature and verifies it both individually and in a batch. This ensures batch verification produces the same result as individual verification.

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

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • rng: CryptoRng

        A cryptographically secure random number generator

      Returns void