const Crc8Nrsc5 = Crc(u8, .{ .polynomial = 49, .initial = 255, .reflect_input = false, .reflect_output = false, .xor_output = 0 });