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

    Function checkSignWithDealerAndIdentifiers

    • Test FROST signing with trusted dealer using specified identifiers.

      Ported from Rust: check_sign_with_dealer_and_identifiers

      This test verifies:

      1. Duplicate identifiers are rejected
      2. Incorrect number of identifiers is rejected
      3. Custom identifiers work correctly in the signing flow

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • rng: CryptoRng

        A cryptographically secure random number generator

      Returns Promise<[Uint8Array<ArrayBufferLike>, Signature<C>, VerifyingKey<C>]>

      A tuple of [message, signature, verifyingKey]