Changes between Version 29 and Version 30 of HashSourceCodes
- Timestamp:
- Jul 29, 2010, 12:32:05 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HashSourceCodes
v29 v30 1089 1089 [UInt64]$lhash = $stream.Length 1090 1090 $lhash = LongSum $lhash (StreamHash $stream) 1091 $stream.Position = [Math]::Max(0 , $stream.Length - $dataLength)1091 $stream.Position = [Math]::Max(0L, $stream.Length - $dataLength) 1092 1092 $lhash = LongSum $lhash (StreamHash $stream) 1093 1093 "{0:X}" -f $lhash