aboutsummaryrefslogtreecommitdiff
path: root/src/ext/siphash.h
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.
* csiphash: Add functions to take a global key.Nick Mathewson2014-02-12
|
* Tests for siphash, from reference implementation.Nick Mathewson2014-02-12