#include <genesis/utils/tools/hash/md5.hpp>
Hash function for MD5 digestes.
Basically, we re-hash from 128 bit to 64 bit. This is ugly, but currently faster to implement than a custom container that uses the full hash width. Might work on this in the future.
Public Member Functions | |
result_type | operator() (argument_type const &s) const |
Public Types | |
using | argument_type = genesis::utils::MD5::DigestType |
using | result_type = std::size_t |
|
inline |
using result_type = std::size_t |