diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-31 19:39:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-25 15:08:32 -0400 |
commit | 7ca470e13c70eaff483010e4b5c8f1f3076b3b7e (patch) | |
tree | 4660148ab6c1925122a50357c06121b3b229d7c5 /src/test/include.am | |
parent | d10e1bdec4415a0676e12f9f909509a38c5d5b39 (diff) | |
download | tor-7ca470e13c70eaff483010e4b5c8f1f3076b3b7e.tar.gz tor-7ca470e13c70eaff483010e4b5c8f1f3076b3b7e.zip |
Add a reference implementation of our ed25519 modifications
Also, use it to generate test vectors, and add those test vectors
to test_crypto.c
This is based on ed25519.py from the ed25519 webpage; the kludgy hacks
are my own.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index d5163aac2f..3fecbbd8b4 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -73,7 +73,8 @@ src_test_bench_LDADD = src/or/libtor.a src/common/libor.a \ noinst_HEADERS+= \ src/test/test.h \ - src/test/test_descriptors.inc + src/test/test_descriptors.inc \ + src/test/ed25519_vectors.inc if CURVE25519_ENABLED noinst_PROGRAMS+= src/test/test-ntor-cl |