MEGOLM_RATCHET_PART_LENGTH

number of bytes in each part of the ratchet; this should be the same as the length of the hash function used in the HMAC (32 bytes for us, as we use HMAC-SHA-256)

extern (C)
enum MEGOLM_RATCHET_PART_LENGTH = 32;

Meta