<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />
    
	
	
		
		
		
	 
	
	
        
                
                Bytes
                
                    public static class Bytes
                 
                
                
                
public static void Xor(
int len, 
byte[] 
x, 
byte[] 
y, 
byte[] 
z)
 
public static void Xor(
int len, 
byte[] 
x, 
int xOff, 
byte[] 
y, 
int yOff, 
byte[] 
z, 
int zOff)
 
public static void XorTo(
int len, 
byte[] 
x, 
byte[] 
z)
 
public static void XorTo(
int len, 
byte[] 
x, 
int xOff, 
byte[] 
z, 
int zOff)