summaryrefslogtreecommitdiff
path: root/trust/tests/frob-pow.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Rework index to be faster and more usableStef Walter2013-03-201-0/+57
The index now uses a sort of cross between a hash table and a bloom filter internally to select matching items. This is needed for the massive amount of lookups we want to do during loading. In addition make p11_index_find() and p11_index_replace() easier to use.