decryptBare

fun decryptBare(@NotNull encrypted: ByteArray, @NotNull iv: ByteArray, @NotNull key: ByteArray): ByteArray

Decrypts encrypted data using key and optional iv.

Return

Decrypted data