aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-08-25 10:40:33 -0400
committerNick Mathewson <nickm@torproject.org>2021-08-26 15:09:56 -0400
commit088c0367a2da29014f1c4d5b2dd5f6a656f6cf89 (patch)
tree923357365dea89aee0ddff040906f5545f8937d0 /src/test/include.am
parent984e3a9c6c4d193e095c376637321c0bfa371c08 (diff)
downloadtor-088c0367a2da29014f1c4d5b2dd5f6a656f6cf89.tar.gz
tor-088c0367a2da29014f1c4d5b2dd5f6a656f6cf89.zip
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.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index b5e121d1ad..0dc1630044 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -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 \