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

Bitwise math/Operators/XOR/properties

From NetSec
Revision as of 03:15, 19 July 2012 by GertieUbpgdd (Talk | contribs) (Created page with "<noinclude>{{subpage|Bitwise math}}</noinclude> ::* Anything xor'd with itself results in 0 ::* Anything xor'd with 0xF is the same as a "not" ::* Anything xor'd with zero result...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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