toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.operations
/
Decryptor
/
decrypt
decrypt
open
suspend
fun
decrypt
(
ciphertext
:
ByteArray
)
:
ByteArray
(
source
)
open
suspend
fun
decrypt
(
ciphertext
:
ByteString
)
:
ByteString
(
source
)