UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

4 lines (3 loc) 229 B
import type { PasswordPubKey } from './types.js'; export declare const crypto: (pubkey: string, encryptString: string) => string; export declare const cryptoPassword: ({ pubkey, ts }: PasswordPubKey, password: string) => string;