Data.HashFunction 3.1.1
DHF
Loading...
Searching...
No Matches
Data.HashFunction.FNV Namespace Reference

Namespaces

namespace  Utilities
 

Classes

class  FNV1_Implementation
 
class  FNV1a_Implementation
 
class  FNV1aFactory
 Provides instances of implementations of IFNV1a. More...
 
class  FNV1Base
 
class  FNV1Factory
 Provides instances of implementations of IFNV1. More...
 
class  FNVConfig
 Defines a configuration for a IFNV implementation. More...
 
interface  IFNV
 Implementation of Fowler–Noll–Vo hash function (FNV-1 or FNV-1a) as specified at http://www.isthe.com/chongo/tech/comp/fnv/index.html. More...
 
interface  IFNV1
 Implementation of Fowler–Noll–Vo hash function (FNV-1) as specified at http://www.isthe.com/chongo/tech/comp/fnv/index.html. More...
 
interface  IFNV1a
 Implementation of Fowler–Noll–Vo hash function (FNV-1a) as specified at http://www.isthe.com/chongo/tech/comp/fnv/index.html. More...
 
interface  IFNV1aFactory
 Provides instances of implementations of IFNV1a. More...
 
interface  IFNV1Factory
 Provides instances of implementations of IFNV1. More...
 
interface  IFNVConfig
 Defines a configuration for a IFNV implementation. More...