const Crc8MifareMad = Crc(u8, .{ .polynomial = 29, .initial = 199, .reflect_input = false, .reflect_output = false, .xor_output = 0 });