megolm_init

initialize the megolm ratchet. random_data should be at least MEGOLM_RATCHET_LENGTH bytes of randomness.

extern (C)
void
megolm_init
(,
const(ubyte)* random_data
,
uint counter
)

Meta