const Crc32Iscsi = Crc(u32, .{ .polynomial = 517762881, .initial = 4294967295, .reflect_input = true, .reflect_output = true, .xor_output = 4294967295 });