C# 클래스 MemcachedClientLibrary.FNV1_32

Fowler-Noll-Vo hash, variant 1, 32-bit version. http://www.isthe.com/chongo/tech/comp/fnv/
상속: System.Security.Cryptography.HashAlgorithm
파일 보기 프로젝트 열기: noear/Weed3

보호된 프로퍼티들

프로퍼티 타입 설명
hash uint

공개 메소드들

메소드 설명
FNV1_32 ( ) : System
Initialize ( ) : void

보호된 메소드들

메소드 설명
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

메소드 상세

FNV1_32() 공개 메소드

public FNV1_32 ( ) : System
리턴 System

HashCore() 보호된 메소드

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

HashFinal() 보호된 메소드

protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

프로퍼티 상세

hash 보호되어 있는 프로퍼티

protected uint hash
리턴 uint