What do the symbols ⊞ and ⊕ mean? I'm trying to understand them to make an app.
It's on http://en.wikipedia.org/wiki/File:XXTEA.png

|
What do the symbols It's on http://en.wikipedia.org/wiki/File:XXTEA.png
|
|||||
|
|
I know for a fact that ⊕ means XOR, or eXclusive OR. With the variables A and B, Normal OR will return true if
XOR on the other hand returns true only if
I'm not too sure about ⊞ though. In Unicode its under "SQUARED PLUS", but I don't know how that works in an algorithm |
|||
|
|