toggle menu
Noise for Kotlin
1.0.1
jvm
switch theme
search in API
Noise for Kotlin
/
nl.sanderdijkhuis.noise.cryptography
/
Ciphertext
Ciphertext
@
JvmInline
value
class
Ciphertext
(
val
data
:
Data
)
(
source
)
Result of Authenticated Encryption with Associated Data, or of no-op encryption.
Members
Constructors
Ciphertext
Link copied to clipboard
constructor
(
data
:
Data
)
Properties
data
Link copied to clipboard
val
data
:
Data
plaintext
Link copied to clipboard
val
plaintext
:
Plaintext