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