matrix-client ~master (2017-03-26T18:24:34Z)
Dub
Repo
megolm_unpickle
matrix
megolm
Unpickle the megolm. Returns a pointer to the next item in the buffer.
extern (
C
)
const
(
ubyte
)*
megolm_unpickle
(
Megolm
*
megolm
,
const
(
ubyte
)*
pos
,
const
(
ubyte
)*
end
)
Meta
Source
See Implementation
matrix
megolm
functions
megolm_advance
megolm_advance_to
megolm_get_data
megolm_init
megolm_pickle
megolm_pickle_length
megolm_unpickle
manifest constants
MEGOLM_RATCHET_LENGTH
MEGOLM_RATCHET_PARTS
MEGOLM_RATCHET_PART_LENGTH
structs
Megolm
_olm_cipher
variables
megolm_cipher
Unpickle the megolm. Returns a pointer to the next item in the buffer.