UNPKG

nist-weierstrauss

Version:

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

3 lines 179 B
import type { BigIntPoint } from "./nist-weierstrauss-common.js"; export declare function ECPointDecompress(comp: Uint8Array): BigIntPoint; //# sourceMappingURL=secp521r1.d.ts.map