Searched refs:MsgBits (Results 1 – 2 of 2) sorted by relevance
34 MsgBits uint32 `json:"msgLen"` member73 if group.MsgBits%8 != 0 {99 if msgBits := uint32(len(test.MsgHex)) * 4; msgBits != group.MsgBits {100 …s message of length %d bits, but expected %d-bit value", group.ID, test.ID, msgBits, group.MsgBits)
34 MsgBits int `json:"msgLen"` member98 if len(test.MsgHex)*4 != group.MsgBits {99 …of length %d but specifies a bit length of %d", group.ID, test.ID, len(test.MsgHex), group.MsgBits)