const Crc32Jamcrc = Crc(u32, .{ .polynomial = 79764919, .initial = 4294967295, .reflect_input = true, .reflect_output = true, .xor_output = 0 });