| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix invalid memory accesses reported by 'make memcheck' | Stef Walter | 2013-03-20 | 1 | -11/+11 |
| | | | | | These are things that showed up in valgrind while running the tests. | ||||
| * | hash: Add the murmur2 hash and start using it | Stef Walter | 2013-03-20 | 1 | -0/+71 |
| | | | | | | | | | | | | 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/+151 |
| We're going to be adding other hashes. Also build as part of a different common library. | |||||
