Table of Contents

Method HashCore

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

HashCore(byte[], int, int)

When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.

protected override void HashCore(byte[] array, int ibStart, int cbSize)

Parameters

array byte[]

The input to compute the hash code for.

ibStart int

The offset into the byte array from which to begin using data.

cbSize int

The number of bytes in the byte array to use as data.