const Crc16Riello = Crc(u16, .{ .polynomial = 4129, .initial = 45738, .reflect_input = true, .reflect_output = true, .xor_output = 0 });