Data.HashFunction 3.1.1
DHF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Pages
Data.HashFunction.BernsteinHash Namespace Reference

Classes

class  BernsteinHash_Implementation
 
class  BernsteinHashFactory
 Provides instances of implementations of IBernsteinHash. More...
 
interface  IBernsteinHash
 Implementation of Bernstein hash as specified at http://www.eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx#djb. More...
 
interface  IBernsteinHashFactory
 Provides instances of implementations of IBernsteinHash. More...
 
interface  IModifiedBernsteinHash
 Implementation of Modified Bernstein hash as specified at http://www.eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx#djb2. More...
 
interface  IModifiedBernsteinHashFactory
 Provides instances of implementations of IModifiedBernsteinHash. More...
 
class  ModifiedBernsteinHash_Implementation
 
class  ModifiedBernsteinHashFactory
 Provides instances of implementations of IModifiedBernsteinHash. More...