UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

6 lines (5 loc) 202 B
export declare class CryptoUtil { encrypt(message: string, secretKey: string): string; decrypt(utf8CipherText: string, secretKey: string): string; } export declare const cryptoUtil: CryptoUtil;