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
Datei anzeigen Open project: noear/Weed3

Protected Properties

Property Type Description
hash uint

Public Methods

Method Description
FNV1_32 ( ) : System
Initialize ( ) : void

Protected Methods

Method Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

FNV1_32() public method

public FNV1_32 ( ) : System
return System

HashCore() protected method

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

Property Details

hash protected_oe property

protected uint hash
return uint