UNPKG

nist-weierstrauss

Version:

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

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