matrix-client ~master (2017-03-26T18:24:34Z)
Dub
Repo
Megolm
matrix
megolm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
Megolm {
ubyte
[
MEGOLM_RATCHET_PARTS
][
MEGOLM_RATCHET_PART_LENGTH
]
data
;
uint
counter
;
}
Members
Variables
counter
uint
counter
;
Undocumented in source.
data
ubyte
[
MEGOLM_RATCHET_PARTS
][
MEGOLM_RATCHET_PART_LENGTH
]
data
;
Undocumented in source.
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