• Decrypt the given Uint8Array

    Parameters

    • data: string | Uint8Array<ArrayBufferLike>
    • privateKey: CryptoKey | Uint8Array<ArrayBufferLike>

    Returns Promise<Uint8Array>