Questions about this topic? Sign up to ask in the talk tab.

Bitwise math/Operators/XOR/properties

From NetSec
Jump to: navigation, search
back to Bitwise math


  • Anything xor'd with itself results in 0
  • Anything xor'd with 0xF is the same as a "not"
  • Anything xor'd with zero results in itself