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