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

    Function checkDkgKeygen

    • Test DKG with the given test vectors for a ciphersuite. This is the main test function that verifies the DKG flow against known test vectors.

      Type Parameters

      Parameters

      • ciphersuite: C

        The FROST ciphersuite to test

      • jsonVectors: DKGTestVectorsJson

        The DKG test vectors in JSON format

      • OptionalassertFn: (condition: boolean, message: string) => void

        Optional assertion function (defaults to throwing on failure)

      Returns Promise<void>