const Crc32Bzip2 = Crc(u32, .{ .polynomial = 79764919, .initial = 4294967295, .reflect_input = false, .reflect_output = false, .xor_output = 4294967295 });