Initializes a new instance of the BlowfishECB class

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public BlowfishECB(
	byte[] key,
	int ofs,
	int len
)
Visual Basic
Public Sub New ( _
	key As Byte(), _
	ofs As Integer, _
	len As Integer _
)
Visual C++
public:
BlowfishECB(
	array<unsigned char>^ key, 
	int ofs, 
	int len
)

Parameters

key
Type: array<System..::..Byte>[]()[][]

[Missing <param name="key"/> documentation for "M:LLCryptoLib.Crypto.BlowfishECB.#ctor(System.Byte[],System.Int32,System.Int32)"]

ofs
Type: System..::..Int32

[Missing <param name="ofs"/> documentation for "M:LLCryptoLib.Crypto.BlowfishECB.#ctor(System.Byte[],System.Int32,System.Int32)"]

len
Type: System..::..Int32

[Missing <param name="len"/> documentation for "M:LLCryptoLib.Crypto.BlowfishECB.#ctor(System.Byte[],System.Int32,System.Int32)"]

See Also