C# Class MemcachedClientLibrary.FNV1_32

Fowler-Noll-Vo hash, variant 1, 32-bit version. http://www.isthe.com/chongo/tech/comp/fnv/
Inheritance: System.Security.Cryptography.HashAlgorithm
Afficher le fichier Open project: noear/Weed3

Protected Properties

Свойство Type Description
hash uint

Méthodes publiques

Méthode Description
FNV1_32 ( ) : System
Initialize ( ) : void

Méthodes protégées

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

Method Details

FNV1_32() public méthode

public FNV1_32 ( ) : System
Résultat System

HashCore() protected méthode

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Property Details

hash protected_oe property

protected uint hash
Résultat uint