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

    Function checkEmptyBatchVerify

    • Test that an empty batch fails to validate.

      This is a test case from the NCC audit - an empty batch should not trivially pass verification.

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

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • rng: CryptoRng

        A cryptographically secure random number generator

      Returns void