encryptWithIv

open suspend fun encryptWithIv(iv: ByteArray, plaintext: ByteArray): ByteArray(source)
open suspend fun encryptWithIv(iv: ByteString, plaintext: ByteString): ByteString(source)