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