Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-12 | Siphash-2-4 is now our hash in nearly all cases. | Nick Mathewson | |
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. | |||
2014-02-12 | csiphash: Add functions to take a global key. | Nick Mathewson | |
2014-02-12 | Tests for siphash, from reference implementation. | Nick Mathewson | |