C# Класс Enyim.FNV1

Implements an FNV1 hash algorithm.
Наследование: System.Security.Cryptography.HashAlgorithm, IUIntHashAlgorithm
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
CurrentHashValue uint

Открытые методы

Метод Описание
FNV1 ( ) : System

Initializes a new instance of the T:FNV1a class.

Initialize ( ) : void

Initializes an instance of T:FNV1a.

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

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

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

HashFinal ( ) : byte[]

Returns the computed T:FNV1a hash value after all data has been written to the object.

Приватные методы

Метод Описание
IUIntHashAlgorithm ( byte data ) : uint

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

FNV1() публичный Метод

Initializes a new instance of the T:FNV1a class.
public FNV1 ( ) : System
Результат System

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

Routes data written to the object into the T:FNV1a 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

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

Returns the computed T:FNV1a hash value after all data has been written to the object.
protected HashFinal ( ) : byte[]
Результат byte[]

Initialize() публичный Метод

Initializes an instance of T:FNV1a.
public Initialize ( ) : void
Результат void

Описание свойств

CurrentHashValue защищенное свойство

The current hash value.
protected uint CurrentHashValue
Результат uint