BlowfishCipherEncipher Method (UInt32, UInt32) | CryptSharp |
Enciphers eight bytes of data.
Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
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 -> unit
Parameters
- xl
- Type: SystemUInt32
The first four bytes. - xr
- Type: SystemUInt32
The last four bytes.
See Also