aboutsummaryrefslogtreecommitdiff
path: root/src/common/di_ops.c
Commit message (Expand)AuthorAge
* Implement a constant-time safe_mem_is_zero.Nick Mathewson2013-01-03
* Add a data-invariant linear-search map structure•••I'm going to use this for looking op keys server-side for ntor. Nick Mathewson2013-01-02
* Fix comment typo in tor_memeqRobert Ransom2012-09-17
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Another doc tweak on tor_memcmp: <b>b</b>, not <b>.Nick Mathewson2011-05-15
* minor tweaks to 4b19730c8234dRoger Dingledine2011-05-15
* Add a data-independent variant of memcmp and a d-i memeq function.•••The tor_memcmp code is by Robert Ransom, and the tor_memeq code is by me. Both incorporate some ideas from DJB's stuff. Nick Mathewson2011-05-11