Questions about this topic? Sign up to ask in the talk tab.
Bitwise math/Operators/XOR/rules
From NetSec
Revision as of 06:12, 19 July 2012 by GertieUbpgdd (Talk | contribs) (moved Bitwise math/NOT, AND, OR and XOR/XOR/XOR rules to Bitwise math/Operators/XOR/rules)
- back to Bitwise math
- XOR determines which bits differ in the two binary numbers used as operands.
- 1 xor 1 = 0
- 1 xor 0 = 1
- 0 xor 0 = 0