| HashAlgorithmBase: ComputeHash |
Computes the hash on a source in its entirety.
Public Function ComputeHash( ByRef Source As Variant, Optional ByRef Index As Variant, Optional ByRef Count As Variant ) As Byte ( )
If the source is a Stream based object, then the stream is read from and the hash continuously computed until the stream no longer returns data.
If data has already been processed using TransformBlock, then that data will be included in the hashing process.
Project VBCorLib Overview | Class HashAlgorithmBase Overview