⊕: What is the meaning of the $\oplus$-symbol?

2.8k Views Asked by At

What does this mean? $$a \oplus b$$

I've seen this notation in a text about one-time-pads. Is it XOR?

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, in the context of one-time pads it is certainly the bitwise exclusive-or of two bitstrings.