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

    Function computeSignatureShare

    • Internal

      Compute the signature share for a signing operation.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to use

      • signerNonces: SigningNonces<C>

        The signer's nonces generated in round 1

      • bindingFactor: BindingFactor<C>

        The binding factor for this signer

      • lambdaI: C["Scalar"]

        The Lagrange coefficient for this signer

      • keyPackage: KeyPackage<C>

        The signer's key package

      • challenge: Challenge<C>

        The per-message challenge

      Returns SignatureShare<C>

      The computed signature share