pub const MIN_EXTERNAL_GROUP_ID_LEN: usize = 4;Expand description
Minimum length of external_group_id. The proto schema enforces this as
MUST; tiny services that don’t need much collision resistance may pick
the floor, but RECOMMENDED_EXTERNAL_GROUP_ID_LEN random bytes is the
libxmtp default when no application-specific scheme is in use.