Optimized hashing functions. More...
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. |
Functions | |
unsigned | HasherInt (const uint32_t *data, size_t length, unsigned seed=0) |
An optimized version of Hasher. | |
unsigned | HasherDual (const uint32_t *data, size_t len, unsigned &hash1, unsigned &hash2) |
An optimized version of Hasher, returning dual hash values. |