const Crc5Usb = Crc(u5, .{ .polynomial = 5, .initial = 31, .reflect_input = true, .reflect_output = true, .xor_output = 31 });