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

    Function asyncCheckSign

    • Test FROST signing in an async context.

      Ported from Rust: async_check_sign

      The ultimate goal of this test is to ensure that types are usable in async contexts. In TypeScript, this verifies that our implementations don't have any hidden synchronous-only dependencies.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • rng: CryptoRng

        A cryptographically secure random number generator

      Returns Promise<void>