HMACMD5: TransformBlock |
Computes the hash for the specified block of data.
Public Function TransformBlock( ByRef InputBuffer ( ) As Byte, ByVal InputOffset As Long, ByVal InputCount As Long, ByRef OutputBuffer ( ) As Byte, ByVal OutputOffset As Long ) As Long
The OutputBuffer will contain the same data as the InputBuffer. No hash values are placed in the OutputBuffer.
If a null array is passed in for the OutputBuffer, then nothing is copied, however, the hash is still computed on the InputBuffer data.