toggle menu
Noise for Kotlin
1.0.1
jvm
switch theme
search in API
Noise for Kotlin
/
nl.sanderdijkhuis.noise.cryptography
/
Cryptography
/
encrypt
encrypt
abstract
fun
encrypt
(
key
:
CipherKey
,
nonce
:
Nonce
,
associatedData
:
AssociatedData
,
plaintext
:
Plaintext
)
:
Ciphertext
(
source
)
ChaCha20-Poly1305 encryption from
RFC 8439