summaryrefslogtreecommitdiff
path: root/common/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* hash: Add the murmur2 hash and start using itStef Walter2013-03-201-0/+7
| | | | | | | | | | | Add implementation of the murmur2 hash function, and start using it for our dictionaries. Our implementation is incremental like our other hash functions. Also remove p11_oid_hash() which wasn't being used. In addition fix several tests whose success was based on the way that the dictionary hashed. This was a hidden testing bug.
* hash: Rename file and functions for hashesStef Walter2013-03-201-0/+60
We're going to be adding other hashes. Also build as part of a different common library.