diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-08-25 10:40:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-08-26 15:09:56 -0400 |
commit | 088c0367a2da29014f1c4d5b2dd5f6a656f6cf89 (patch) | |
tree | 923357365dea89aee0ddff040906f5545f8937d0 /src/test/test.h | |
parent | 984e3a9c6c4d193e095c376637321c0bfa371c08 (diff) | |
download | tor-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/test.h')
-rw-r--r-- | src/test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h index 700aa70a4b..0a22043acc 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -155,6 +155,7 @@ extern struct testcase_t microdesc_tests[]; extern struct testcase_t namemap_tests[]; extern struct testcase_t netinfo_tests[]; extern struct testcase_t nodelist_tests[]; +extern struct testcase_t ntor_v3_tests[]; extern struct testcase_t oom_tests[]; extern struct testcase_t oos_tests[]; extern struct testcase_t options_tests[]; |