mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Initial backend for an ntor-v3 implementation.
This code is based directly on the specification, without looking at the reference implementation or the implementation in Arti. Nonetheless, it is now passing with the test vectors generated by the reference implementation.
This commit is contained in:
@@ -204,6 +204,7 @@ src_test_test_SOURCES += \
|
||||
src/test/test_namemap.c \
|
||||
src/test/test_netinfo.c \
|
||||
src/test/test_nodelist.c \
|
||||
src/test/test_ntor_v3.c \
|
||||
src/test/test_oom.c \
|
||||
src/test/test_oos.c \
|
||||
src/test/test_options.c \
|
||||
|
||||
Reference in New Issue
Block a user