#include <HashAlgorithms.h>
Inheritance diagram for MD5HashAlgorithm< Key >:
Public Member Functions | |
virtual int | Hash (const Key *key) |
Hash function. | |
Protected Attributes | |
MD5Hash | m_MD5Hash |
MD5Hash functionality used for the hash. |
Definition at line 61 of file HashAlgorithms.h.
|
Implements AHashAlgorithm< Key >. Reimplemented in MD5StateWithLocationsHashAlgorithm, and MD5TalonStateDataHashAlgorithm. Definition at line 75 of file HashAlgorithms.h. References MD5Hash::Final(), MD5Hash::Init(), MD5HashAlgorithm< Key >::m_MD5Hash, MD5_HASHBYTES, and MD5Hash::Update(). |