const Crc31Philips = Crc(u31, .{ .polynomial = 79764919, .initial = 2147483647, .reflect_input = false, .reflect_output = false, .xor_output = 2147483647 });