elliptic.ts 63 B

1234
  1. import _ec from "elliptic";
  2. import EC = _ec.ec;
  3. export { EC }