Enciphers eight bytes of data.
            
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
public void Encipher(
	ref uint xl,
	ref uint xr
)
public void Encipher(
	ref uint xl,
	ref uint xr
)
Public Sub Encipher ( _
	ByRef xl As UInteger, _
	ByRef xr As UInteger _
)
public:
void Encipher(
	unsigned int% xl, 
	unsigned int% xr
)
member Encipher : 
        xl : uint32 byref * 
        xr : uint32 byref -> unitmember Encipher : 
        xl : uint32 byref * 
        xr : uint32 byref -> unit