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

    Function checkRts

    • Test that recovered share matches the original share. Ported from check_rts in Rust.

      This test simulates:

      1. Key generation with 5 signers, threshold 3
      2. Signer 2 loses their share
      3. Signers 1, 4, 5 help signer 2 recover
      4. Verify the recovered share matches the original

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to use

      • rng: CryptoRng

        Random number generator

      Returns Promise<void>