C# (CSharp) Enyim Namespace

Nested Namespaces

Enyim.Caching
Enyim.Membase

Classes

Name Description
FNV1 Implements an FNV1 hash algorithm.
FNV1a Implements an FNV1a hash algorithm.
FNV64 Implements a 64 bit long Fowler-Noll-Vo hash.
FNV64a Implements a 64 bit long FVNV1a hash.
HashCodeCombiner Combines multiple hash codes into one.
ModifiedFNV Implements a modified FNV hash. Provides better distribution than FNV1 but it's only 32 bit long.
TigerHash Implements the Tiger hash. (http://www.cs.technion.ac.il/~biham/Reports/Tiger/) Ported (and cleaned&sped up) from the Tiger.NET VB code. (http://www.hotpixel.net/software.html)