C# Class Enyim.FNV64a

Implements a 64 bit long FVNV1a hash.
Inheritance: FNV64
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes protégées

Méthode Description
HashCore ( byte array, int ibStart, int cbSize ) : void

Routes data written to the object into the T:FNV64 hash algorithm for computing the hash.

Method Details

HashCore() protected méthode

Routes data written to the object into the T:FNV64 hash algorithm for computing the hash.
protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte The input data.
ibStart int The offset into the byte array from which to begin using data.
cbSize int The number of bytes in the array to use as data.
Résultat void