aboutsummaryrefslogtreecommitdiff
path: root/src/or/fp_pair.c
Commit message (Collapse)AuthorAge
* Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson2014-02-12
| | | | | | | | | | I've made an exception for cases where I'm sure that users can't influence the inputs. This is likely to cause a slowdown somewhere, but it's safer to siphash everything and *then* look for cases to optimize. This patch doesn't actually get us any _benefit_ from siphash yet, since we don't really randomize the key at any point.
* Implement fp_pair_map_tAndrea Shepard2013-05-09