about | portfolio of hobby projects | devlog

back

this was a couple of days ago now but I learned some useful properties about XOR.

xor is its own inverse: $A \oplus B \oplus B = A$.

and it commutes and is associative: $A \oplus B = B \oplus A$ and $(A \oplus B) \oplus C = A \oplus (B \oplus C)$.