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.
Binary XOR operation on a Byte type.
Receiver
The first byte.
Return
The result of the XOR operation.
Parameters
other
The second byte.
Binary XOR operation on a UByte type.
Receiver
The first unsigned byte.
Return
The result of the XOR operation.
Parameters
other
The second byte.
Binary XOR operation on a Short type.
Receiver
The first short.
Return
The result of the XOR operation.
Parameters
other
The second byte.
Binary XOR operation on a UShort type.
Receiver
The first unsigned short.
Return
The result of the XOR operation.
Parameters
other
The second byte.