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[]