UNPKG

@noble/curves

Version:

Audited & minimal JS implementation of elliptic curve cryptography

10 lines 241 B
/** * @deprecated * @module */ import { pallas as pn, vesta as vn } from './misc.ts'; /** @deprecated */ export declare const pallas: typeof pn; /** @deprecated */ export declare const vesta: typeof vn; //# sourceMappingURL=pasta.d.ts.map