mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
4 lines
191 B
TypeScript
4 lines
191 B
TypeScript
export declare function createPrivateKey(): Promise<Uint8Array>;
|
|
export declare function createPrivateKeySync(): Uint8Array;
|
|
export * from "secp256k1";
|
|
//# sourceMappingURL=secp256k1.d.ts.map
|