library
androidJvm
library
/
org.xmtp.android.library
/
Crypto
/
Companion
/
decrypt
decrypt
fun
decrypt
(
secret
:
ByteArray
,
ciphertext
:
CipherText
,
additionalData
:
ByteArray
=
byteArrayOf()
)
:
ByteArray
?