UNPKG

walletlink-e

Version:
3 lines (2 loc) 153 B
export declare function encrypt(plainText: string, secret: string): string; export declare function decrypt(cipherText: string, secret: string): string;