In https://toktok.ltd/spec.html#friends-0x03 there are some bytes marked as PADDING, should they be zero or are they unspecified on purpose?
The current code assumes PADDING means zeroed via this line: https://github.com/TokTok/c-toxcore/blob/master/toxcore/Messenger.c#L3066 at least in debug build.
In https://toktok.ltd/spec.html#friends-0x03 there are some bytes marked as
PADDING, should they be zero or are they unspecified on purpose?The current code assumes
PADDINGmeans zeroed via this line: https://github.com/TokTok/c-toxcore/blob/master/toxcore/Messenger.c#L3066 at least in debug build.