Tagged Questions
0
votes
0answers
164 views
Symmetric Bitwise Equations with a Small Solution Set
Suppose I know the value of a^b (or XOR(a,b)). It is impossible to know a and b for two reasons: most importantly, (i) there are "infinite" solutions and (ii) the solutions are symmetric: if (a,b) is ...