diff --git a/src/abstract/weierstrass.ts b/src/abstract/weierstrass.ts index 82e7d42..aecbeb3 100644 --- a/src/abstract/weierstrass.ts +++ b/src/abstract/weierstrass.ts @@ -123,6 +123,7 @@ function validatePointOpts(curve: CurvePointsType) { } export type CurvePointsRes = { + CURVE: ReturnType>; ProjectivePoint: ProjConstructor; normPrivateKeyToScalar: (key: PrivKey) => bigint; weierstrassEquation: (x: T) => T;