elliptic.d.ts 101 B

1234
  1. import _ec from "elliptic";
  2. import EC = _ec.ec;
  3. export { EC };
  4. //# sourceMappingURL=elliptic.d.ts.map