public static void Xor( int len, byte[] x, byte[] y, byte[] z )
Public Shared Sub Xor ( len As Integer, x As Byte(), y As Byte(), z As Byte() )
public: static void Xor( int len, array<unsigned char>^ x, array<unsigned char>^ y, array<unsigned char>^ z )
Org.BouncyCastle.Utilities.Bytes.Xor = function(len, x, y, z);
In This Article