Updates and continues hash calculus
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
protected override void HashCore(
byte[] buffer,
int ibStart,
int count
) |
Visual Basic |
---|
Protected Overrides Sub HashCore ( _
buffer As Byte(), _
ibStart As Integer, _
count As Integer _
) |
Visual C++ |
---|
protected:
virtual void HashCore(
array<unsigned char>^ buffer,
int ibStart,
int count
) override |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
Buffer of file to compute hash
- ibStart
- Type: System..::..Int32
Offset start
- count
- Type: System..::..Int32
Count of bytes
See Also