Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
l2ps
channel
SerializedEncryptedMessage
Interface SerializedEncryptedMessage
Wire shape the L2PS messaging transport carries (ciphertext + nonce, base64).
interface
SerializedEncryptedMessage
{
ciphertext
:
string
;
ephemeralKey
?:
string
;
nonce
:
string
;
}
Index
Properties
ciphertext
ephemeral
Key?
nonce
Properties
ciphertext
ciphertext
:
string
Optional
ephemeral
Key
ephemeral
Key
?:
string
nonce
nonce
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ciphertext
ephemeral
Key
nonce
@kynesyslabs/demosdk
Loading...
Wire shape the L2PS messaging transport carries (ciphertext + nonce, base64).