Gets the current IV material (of the size of one block).

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

Syntax

C#
public void GetIV(
	byte[] buf,
	int ofs
)
Visual Basic
Public Sub GetIV ( _
	buf As Byte(), _
	ofs As Integer _
)
Visual C++
public:
void GetIV(
	array<unsigned char>^ buf, 
	int ofs
)

Parameters

buf
Type: array<System..::..Byte>[]()[][]
The wuffer to copy the IV to.
ofs
Type: System..::..Int32
Where to start copying.

See Also