kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kord
kord-voice
/
dev.kord.voice.encryption
/
XChaCha20Poly1305Codec
/
encrypt
encrypt
fun
encrypt
(
message
:
ByteArray
,
mOffset
:
Int
=
0
,
mLength
:
Int
=
message.size
,
aad
:
ByteArray
,
aadOffset
:
Int
=
0
,
aadLength
:
Int
=
aad.size
,
nonce
:
ByteArray
,
output
:
MutableByteArrayCursor
)
:
Boolean
(
source
)