- decrypt(
msg: Msg,
key: string | CryptoKey | Uint8Array<ArrayBufferLike>,
opts?: Partial<SymmKeyOpts>,
charSize?: CharSize,
): Promise<string> Parameters
- msg: Msg
- key: string | CryptoKey | Uint8Array<ArrayBufferLike>
Optional
opts: Partial<SymmKeyOpts>- charSize: CharSize = DEFAULT_CHAR_SIZE
Returns Promise<string>