xor
Applies the XOR operator on two byte arrays. Compared to already existent xor functions, this one does not require the arrays to be of the same length.
Return
XOR of the two byte arrays.
Parameters
other
The other byte array which is xor ed with this one.