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

    Function checkSignWithDkg

    • Test FROST signing with distributed key generation (DKG).

      This tests the full DKG protocol: part1, part2, part3, then signing.

      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]