library
androidJvm
library
/
org.xmtp.android.library
/
Crypto
/
Companion
Companion
object
Companion
Members
Functions
decrypt
Link copied to clipboard
fun
decrypt
(
secret
:
ByteArray
,
ciphertext
:
CipherText
,
additionalData
:
ByteArray
=
byteArrayOf()
)
:
ByteArray
?
encrypt
Link copied to clipboard
fun
encrypt
(
secret
:
ByteArray
,
message
:
ByteArray
,
additionalData
:
ByteArray
=
byteArrayOf()
)
:
CipherText
?