Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Enyim
ModifiedFNV
C# Class Enyim.ModifiedFNV
Implements a modified FNV hash. Provides better distribution than FNV1 but it's only 32 bit long.
Algorithm found at http://bretm.home.comcast.net/hash/6.html
Inheritance:
FNV1a
ファイルを表示
Open project: xianrendzw/LightFramework.Net
Protected Methods
Method
Description
HashFinal
( ) :
byte[]
Returns the computed
T:ModifiedFNV
hash value after all data has been written to the object.
Method Details
HashFinal()
protected
method
Returns the computed
T:ModifiedFNV
hash value after all data has been written to the object.
protected
HashFinal
( ) :
byte[]
return
byte[]