createEcdsa
function createEcdsa(curve: CurveParams | typeof ForeignCurve): typeof EcdsaSignature
Defined in: lib/provable/crypto/foreign-ecdsa.ts:241
Create a class EcdsaSignature for verifying ECDSA signatures on the given curve.
Parameters
curve
CurveParams
| typeof ForeignCurve
Returns
typeof EcdsaSignature