Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RatchetState ¶
type RatchetState struct { RootKey []byte SendHeaderKey []byte RecvHeaderKey []byte NextSendHeaderKey []byte NextRecvHeaderKey []byte SendChainKey []byte RecvChainKey []byte SendRatchetPrivate []byte RecvRatchetPublic []byte SendCount uint32 RecvCount uint32 PrevSendCount uint32 Ratchet bool V2 bool Private0 []byte Private1 []byte SavedKeys []RatchetState_SavedKeys }
type RatchetState_SavedKeys ¶
type RatchetState_SavedKeys struct { HeaderKey []byte MessageKeys []RatchetState_SavedKeys_MessageKey }
Click to show internal directories.
Click to hide internal directories.