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