micro-key-producer
Version:
Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP, and many others
9 lines • 330 B
TypeScript
export declare function formatPublicKey(pubBytes: Uint8Array): string;
export declare function parseAddress(address: string): Uint8Array;
export declare function getKeys(seed: Uint8Array): {
publicKeyBytes: Uint8Array;
publicKey: string;
privateKey: string;
};
export default getKeys;
//# sourceMappingURL=tor.d.ts.map