const Crc16MaximDow = Crc(u16, .{ .polynomial = 32773, .initial = 0, .reflect_input = true, .reflect_output = true, .xor_output = 65535 });