C# Класс Enyim.FNV64a

Implements a 64 bit long FVNV1a hash.
Наследование: FNV64
Показать файл Открыть проект

Защищенные методы

Метод Описание
HashCore ( byte array, int ibStart, int cbSize ) : void

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

Описание методов

HashCore() защищенный Метод

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.
Результат void