RIPEMD160Managed: TransformFinalBlock

TransformFinalBlock

Computes the final hash value.



 Public Function TransformFinalBlock(
	  ByRef InputBuffer ( ) As Byte,
	  ByVal InputOffset As Long,
	  ByVal InputCount As Long ) As Byte ( )

Parameters

InputBuffer
[ByRef] Byte. The final block of data to compute the hash for.
InputOffset
[ByVal] Long. The index in the InputBuffer to begin computing data.
InputCount
[ByVal] Long. The number of bytes to be processed.

Return Values

Byte() -  Returns the section of the InputBuffer that was processed.

Remarks

This does not return the computed hash value. A copy of the data that was process is returned. To retrieve the hash value, call the Hash property.

See Also

Project VBCorLib Overview Class RIPEMD160Managed Overview RIPEMD160Managed Properties RIPEMD160Managed Methods TransformBlock