C# 클래스 Enyim.FNV64a

Implements a 64 bit long FVNV1a hash.
상속: FNV64
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

보호된 메소드들

메소드 설명
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