toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
IvDecryptor
/
decryptWithIv
decrypt
With
Iv
open
suspend
fun
decryptWithIv
(
iv
:
ByteArray
,
ciphertext
:
ByteArray
)
:
ByteArray
(
source
)
open
suspend
fun
decryptWithIv
(
iv
:
ByteString
,
ciphertext
:
ByteString
)
:
ByteString
(
source
)