UNPKG

noble-curves-simple

Version:

Pure JavaScript ES modules version of @noble/curves - Audited & minimal JS implementation of elliptic curve cryptography

10 lines (9 loc) 178 B
/** * @deprecated * @module */ import { pallas as pn, vesta as vn } from './misc.js'; /** @deprecated */ export const pallas = pn; /** @deprecated */ export const vesta = vn;