CRC function without order dependancy

Posted by Pirks on Stack Overflow See other posts from Stack Overflow or by Pirks
Published on 2010-04-21T11:48:58Z Indexed on 2010/04/21 11:53 UTC
Read the original article Hit count: 252

Filed under:

I need CRC mechanism allow to calculate CRC of number of strings string A,B crc(A) + crc(B) == crc(A+B)

P.S. XOR too weak.

© Stack Overflow or respective owner

Related posts about algorithm