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

Difference between revisions of "Bitwise math/Operators/XOR/properties"

From NetSec
Jump to: navigation, search
(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...")
 
 
(No difference)

Latest revision as of 07:12, 19 July 2012

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