Skip to content Skip to sidebar Skip to footer
Showing posts with the label Crc32

Getting The Same Result From Ruby As Javascript For Bitwise Xor

In Ruby: -1104507 ^ 3965973030 => -3966969949 In Javascript: -1104507 ^ 3965973030 => 327997… Read more Getting The Same Result From Ruby As Javascript For Bitwise Xor