ts-algochat
Preparing search index...
PSKEnvelope
Interface PSKEnvelope
PSK envelope wire format
interface
PSKEnvelope
{
ciphertext
:
Uint8Array
;
encryptedSenderKey
:
Uint8Array
;
ephemeralPublicKey
:
Uint8Array
;
nonce
:
Uint8Array
;
protocolId
:
number
;
ratchetCounter
:
number
;
senderPublicKey
:
Uint8Array
;
version
:
number
;
}
Index
Properties
ciphertext
encrypted
Sender
Key
ephemeral
Public
Key
nonce
protocol
Id
ratchet
Counter
sender
Public
Key
version
Properties
ciphertext
ciphertext
:
Uint8Array
encrypted
Sender
Key
encryptedSenderKey
:
Uint8Array
ephemeral
Public
Key
ephemeralPublicKey
:
Uint8Array
nonce
nonce
:
Uint8Array
protocol
Id
protocolId
:
number
ratchet
Counter
ratchetCounter
:
number
sender
Public
Key
senderPublicKey
:
Uint8Array
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ciphertext
encrypted
Sender
Key
ephemeral
Public
Key
nonce
protocol
Id
ratchet
Counter
sender
Public
Key
version
ts-algochat
Loading...
PSK envelope wire format