createEcdsa
function createEcdsa(curve: CurveParams | typeof ForeignCurve): typeof EcdsaSignature
Parameters
• curve: CurveParams
| typeof ForeignCurve
Returns
typeof EcdsaSignature
Deprecated
EcdsaSignature
is now deprecated and will be removed in a future release. Please use EcdsaSignatureV2 instead.