IHashAlgorithm: HashCore

HashCore

Requests a callback to hash a set of bytes, maintaining any state needed between calls.



 Public Sub HashCore(
	  ByRef Bytes ( ) As Byte,
	  ByVal Index As Long,
	  ByVal Count As Long )

Parameters

Bytes
[ByRef] Byte. The data to be hashed.
Index
[ByVal] Long. The starting index in the data to begin hashing.
Count
[ByVal] Long. The number of bytes to be hashed.

Remarks

It is up to the callback to maintain any state needed between calls.

See Also

Project VBCorLib Overview Class IHashAlgorithm Overview IHashAlgorithm Properties IHashAlgorithm Methods HashFinal