#include <hash_algorithm.hh>
Public Methods | |
virtual | ~IHashAlgorithm () |
Destroys the instance. | |
virtual TValue | execute (const TKey &rktKEY) const=0 |
Definition at line 44 of file hash_algorithm.hh.
|
Applies the hash algorithm over the key rktKEY.
Implemented in mpcl::util::strategy::TMd5HashAlgorithm. |