UNPKG

nist-weierstrauss

Version:

Utilities for NIST Weierstrauss ECC curves for the Ceramic did:key method resolver

7 lines 446 B
import * as secp256r1 from "./secp256r1.js"; import * as secp384r1 from "./secp384r1.js"; import * as secp521r1 from "./secp521r1.js"; import * as nist_weierstrauss_common from "./nist-weierstrauss-common.js"; import { BigIntPoint, base64urlPoint, octetPoint } from "./nist-weierstrauss-common.js"; export { secp256r1, secp384r1, secp521r1, nist_weierstrauss_common, BigIntPoint, base64urlPoint, octetPoint, }; //# sourceMappingURL=index.d.ts.map