Another zlib CRC Combine related question :P I want to be able to combine CRC(X) + CRC(Y) = CRC(Z), problem is that I don't know what CRC(Y) is supposed to be. Is there somehow that I can say use CRC(X) and CRC(Z) to get what CRC(Y) is supposed to be? Total sizes are known at this point in time (e.g. CRC(X) will be say 40 bytes, CRC(Z) should be 100 bytes so CRC(Y) is 60 bytes long)