Sets the initialization vector (IV) with an offset.
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public void SetIV( byte[] buf, int ofs ) |
Visual Basic |
---|
Public Sub SetIV ( _ buf As Byte(), _ ofs As Integer _ ) |
Visual C++ |
---|
public: void SetIV( array<unsigned char>^ buf, int ofs ) |
Parameters
- buf
- Type: array<System..::..Byte>[]()[][]
The buffer containing the new IV material.
- ofs
- Type: System..::..Int32
Where the IV material starts.