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

    Function checkRefreshSharesWithDealerFailsWithInvalidSigners

    • Test that refresh fails with invalid signers. Ported from check_refresh_shares_with_dealer_fails_with_invalid_signers in Rust.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to use

      • identifiers: Identifier<C>[]

        Array of identifiers to test with

      • expectedError: Error<C>

        The expected error type

      • rng: CryptoRng

        Random number generator

      Returns Promise<void>