UNPKG

@dfinity/identity-secp256k1

Version:

JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer

7 lines 226 B
/** * Parse a PEM-encoded key into a Uint8Array * @param pem - the PEM-encoded key * @returns secret key as a Uint8Array */ export declare function pemToSecretKey(pem: string): Uint8Array; //# sourceMappingURL=pem.d.ts.map