@noble/curves
Version:
Audited & minimal JS implementation of elliptic curve cryptography
8 lines • 325 B
TypeScript
import { type CurveFn } from './abstract/weierstrass.js';
export declare const p: bigint;
export declare const q: bigint;
/** https://neuromancer.sk/std/other/Pallas */
export declare const pallas: CurveFn;
/** https://neuromancer.sk/std/other/Vesta */
export declare const vesta: CurveFn;
//# sourceMappingURL=pasta.d.ts.map