Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hash: Add the murmur2 hash and start using it | Stef Walter | 2013-03-20 | 1 | -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 hashes | Stef Walter | 2013-03-20 | 1 | -0/+60 |
We're going to be adding other hashes. Also build as part of a different common library. |