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

Classes

class  BuzHash_Implementation
 
class  BuzHashConfig
 Defines a configuration for a IBuzHash implementation. More...
 
class  BuzHashFactory
 Provides instances of implementations of IBuzHash. More...
 
class  DefaultBuzHashConfig
 Defines a default configuration for a IBuzHash implementation. More...
 
interface  IBuzHash
 Implementation of BuzHash as specified at http://www.serve.net/buz/hash.adt/java.002.html. More...
 
interface  IBuzHashConfig
 Defines a configuration for a IBuzHash implementation. More...
 
interface  IBuzHashFactory
 Provides instances of implementations of IBuzHash. More...
 

Enumerations

enum  CircularShiftDirection { Left , Right }
 Enumeration of possible directions a circular shift can be defined for. More...
 

Enumeration Type Documentation

◆ CircularShiftDirection

Enumeration of possible directions a circular shift can be defined for.

Enumerator
Left 

Shift bits left.

Right 

Shift bits right.