• Decrypt a file that was encrypted with the encryptFile function, without doing any unzipping or unpacking. This is useful for large files. A 1gb file can be decrypted in only 1 second, for example.

    Returns

    • The decrypted file

    Parameters

    Returns Promise<Uint8Array>

Generated using TypeDoc