C# 클래스 Enyim.FNV1a

Implements an FNV1a hash algorithm.
상속: System.Security.Cryptography.HashAlgorithm
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

보호된 메소드들

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

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

메소드 상세

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