export type Ed25519Curve = CurveWithOps & { toAffine: (point: T) => Point2; fromAffine: (point: Point2) => T; }; import type { Point2 } from "../../index.js"; //# sourceMappingURL=Ed25519Curve.d.ts.map