const Crc8Wcdma = Crc(u8, .{ .polynomial = 155, .initial = 0, .reflect_input = true, .reflect_output = true, .xor_output = 0 });