const Crc16Kermit = Crc(u16, .{ .polynomial = 4129, .initial = 0, .reflect_input = true, .reflect_output = true, .xor_output = 0 });