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

    Function generateWithDealer

    • Allows all participants' keys to be generated using a central, trusted dealer.

      Parameters

      • ciphersuite: P256Sha256Impl

        The P256Sha256 ciphersuite instance

      • maxSigners: number

        Maximum number of signers

      • minSigners: number

        Minimum number of signers (threshold)

      • identifiers: keys.IdentifierList

        Identifier list configuration

      • rng: RandomSource

        Random number generator

      Returns Promise<[Map<string, keys.SecretShare>, keys.PublicKeyPackage]>

      A Promise of a tuple of [Map of SecretShares by identifier string, PublicKeyPackage]

      If parameters are invalid