]> git.ipfire.org Git - thirdparty/tor.git/commit
Add reference implementation for ntor, plus compatibility test
authorNick Mathewson <nickm@torproject.org>
Sat, 8 Dec 2012 05:52:44 +0000 (00:52 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 3 Jan 2013 16:29:48 +0000 (11:29 -0500)
commitc46ff3ec79420a6d94207cbe0d4e4d08208ccc4c
treeaf359a09798445e200e437fe9564e75deee8dc2b
parent839016ac791de98c02ad7eab50092deedde0ad55
Add reference implementation for ntor, plus compatibility test

Before I started coding ntor in C, I did another one in Python.
Turns out, they interoperate just fine.
src/or/onion_ntor.c
src/or/onion_ntor.h
src/test/include.am
src/test/ntor_ref.py [new file with mode: 0644]
src/test/test_ntor_cl.c [new file with mode: 0644]