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

Bitwise math/Operators/XOR

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


c3el4.png
XOR is a bitwise comparison operator that returns a true bit if the compared bits in question are different. If they are the same, it returns a false bit.