IHashAlgorithm: 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 )
It is up to the callback to maintain any state needed between calls.