MEGOLM_RATCHET_PARTS

number of parts in the ratchet; the advance() implementations rely on this being 4.

extern (C)
enum MEGOLM_RATCHET_PARTS = 4;

Meta