UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

8 lines (7 loc) 242 B
export declare const useGenerateRSA: () => { decryptChatKey: (chatKey: string, chatId: string, privateKey: string) => Promise<string>; generateKeys: () => Promise<{ privateKey: string; rsaPublicKey: string; }>; };