]> git.ipfire.org Git - thirdparty/tor.git/commit
Add a data-independent variant of memcmp and a d-i memeq function.
authorNick Mathewson <nickm@torproject.org>
Mon, 9 May 2011 22:39:23 +0000 (18:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 11 May 2011 20:12:33 +0000 (16:12 -0400)
commit4b19730c8234de3587bd50256fcb11660fb07388
tree01a606ed8b66ea94ec482395b09c16762b9bc91a
parent8a36f2125137dc31a0771a8eeac0f2bb8c1343d0
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.
changes/bug3122_memcmp [new file with mode: 0644]
configure.in
src/common/Makefile.am
src/common/di_ops.c [new file with mode: 0644]
src/common/di_ops.h [new file with mode: 0644]
src/or/test.c