micro-key-producer
Version:
Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP, and many others
13 lines • 417 B
TypeScript
export declare function formatPublicKey(pubBytes: Uint8Array): string;
export declare function parseAddress(address: string): Uint8Array;
export type IpnsKeys = {
publicKey: string;
privateKey: string;
base36: string;
base32: string;
base16: string;
contenthash: string;
};
export declare function getKeys(seed: Uint8Array): IpnsKeys;
export default getKeys;
//# sourceMappingURL=ipns.d.ts.map