lib
jvm
lib
/
app.cash.nostrino.model
/
EncryptedDm
/
EncryptedDm
Encrypted
Dm
jvm
constructor
(
from
:
SecKey
,
to
:
PubKey
,
message
:
String
)
constructor
(
to
:
PubKey
,
cipherText
:
CipherText
,
tags
:
List
<
Tag
>
=
listOf(PubKeyTag(to))
)