Expected collisions for perfect 32bit crc

前端 未结 2 603
-上瘾入骨i
-上瘾入骨i 2021-02-08 16:28

I\'m trying to determine how my crc compares to an \"ideal\" 32bit crc.

So I ran my crc over 1 million completely random samples of data and collected

2条回答
  •  猫巷女王i
    2021-02-08 16:45

    This explains beautifully the "Birthday Problem" and all about predicting the collision probability CRC32 Hash Collision Probability

提交回复
热议问题