From 4fdcdf097008a5fce72cc35e2092f38661ec6706 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Sun, 21 Dec 2014 17:16:13 +0100 Subject: [PATCH] park ed25519 directory in ext --- pdns/ed25519signers.cc | 2 +- pdns/{ => ext}/ed25519/Makefile | 0 pdns/{ => ext}/ed25519/README | 0 pdns/{ => ext}/ed25519/api.h | 0 pdns/{ => ext}/ed25519/base.h | 0 pdns/{ => ext}/ed25519/base.py | 0 pdns/{ => ext}/ed25519/base2.h | 0 pdns/{ => ext}/ed25519/base2.py | 0 pdns/{ => ext}/ed25519/crypto_hash_sha512.h | 0 pdns/{ => ext}/ed25519/crypto_int32.h | 0 pdns/{ => ext}/ed25519/crypto_int64.h | 0 pdns/{ => ext}/ed25519/crypto_sign.h | 0 pdns/{ => ext}/ed25519/crypto_uint32.h | 0 pdns/{ => ext}/ed25519/crypto_uint64.h | 0 pdns/{ => ext}/ed25519/crypto_verify_32.h | 0 pdns/{ => ext}/ed25519/d.h | 0 pdns/{ => ext}/ed25519/d.py | 0 pdns/{ => ext}/ed25519/d2.h | 0 pdns/{ => ext}/ed25519/d2.py | 0 pdns/{ => ext}/ed25519/fe.h | 0 pdns/{ => ext}/ed25519/fe_0.c | 0 pdns/{ => ext}/ed25519/fe_1.c | 0 pdns/{ => ext}/ed25519/fe_add.c | 0 pdns/{ => ext}/ed25519/fe_cmov.c | 0 pdns/{ => ext}/ed25519/fe_copy.c | 0 pdns/{ => ext}/ed25519/fe_frombytes.c | 0 pdns/{ => ext}/ed25519/fe_invert.c | 0 pdns/{ => ext}/ed25519/fe_isnegative.c | 0 pdns/{ => ext}/ed25519/fe_isnonzero.c | 0 pdns/{ => ext}/ed25519/fe_mul.c | 0 pdns/{ => ext}/ed25519/fe_neg.c | 0 pdns/{ => ext}/ed25519/fe_pow22523.c | 0 pdns/{ => ext}/ed25519/fe_sq.c | 0 pdns/{ => ext}/ed25519/fe_sq2.c | 0 pdns/{ => ext}/ed25519/fe_sub.c | 0 pdns/{ => ext}/ed25519/fe_tobytes.c | 0 pdns/{ => ext}/ed25519/ge.h | 0 pdns/{ => ext}/ed25519/ge_add.c | 0 pdns/{ => ext}/ed25519/ge_add.h | 0 pdns/{ => ext}/ed25519/ge_add.q | 0 pdns/{ => ext}/ed25519/ge_double_scalarmult.c | 0 pdns/{ => ext}/ed25519/ge_frombytes.c | 0 pdns/{ => ext}/ed25519/ge_madd.c | 0 pdns/{ => ext}/ed25519/ge_madd.h | 0 pdns/{ => ext}/ed25519/ge_madd.q | 0 pdns/{ => ext}/ed25519/ge_msub.c | 0 pdns/{ => ext}/ed25519/ge_msub.h | 0 pdns/{ => ext}/ed25519/ge_msub.q | 0 pdns/{ => ext}/ed25519/ge_p1p1_to_p2.c | 0 pdns/{ => ext}/ed25519/ge_p1p1_to_p3.c | 0 pdns/{ => ext}/ed25519/ge_p2_0.c | 0 pdns/{ => ext}/ed25519/ge_p2_dbl.c | 0 pdns/{ => ext}/ed25519/ge_p2_dbl.h | 0 pdns/{ => ext}/ed25519/ge_p2_dbl.q | 0 pdns/{ => ext}/ed25519/ge_p3_0.c | 0 pdns/{ => ext}/ed25519/ge_p3_dbl.c | 0 pdns/{ => ext}/ed25519/ge_p3_to_cached.c | 0 pdns/{ => ext}/ed25519/ge_p3_to_p2.c | 0 pdns/{ => ext}/ed25519/ge_p3_tobytes.c | 0 pdns/{ => ext}/ed25519/ge_precomp_0.c | 0 pdns/{ => ext}/ed25519/ge_scalarmult_base.c | 0 pdns/{ => ext}/ed25519/ge_sub.c | 0 pdns/{ => ext}/ed25519/ge_sub.h | 0 pdns/{ => ext}/ed25519/ge_sub.q | 0 pdns/{ => ext}/ed25519/ge_tobytes.c | 0 pdns/{ => ext}/ed25519/keypair.c | 0 pdns/{ => ext}/ed25519/open.c | 0 pdns/{ => ext}/ed25519/pow22523.h | 0 pdns/{ => ext}/ed25519/pow22523.q | 0 pdns/{ => ext}/ed25519/pow225521.h | 0 pdns/{ => ext}/ed25519/pow225521.q | 0 pdns/{ => ext}/ed25519/publickey.c | 0 pdns/{ => ext}/ed25519/q2h.sh | 0 pdns/{ => ext}/ed25519/sc.h | 0 pdns/{ => ext}/ed25519/sc_muladd.c | 0 pdns/{ => ext}/ed25519/sc_reduce.c | 0 pdns/{ => ext}/ed25519/sha512-blocks.c | 0 pdns/{ => ext}/ed25519/sha512-hash.c | 0 pdns/{ => ext}/ed25519/sha512.h | 0 pdns/{ => ext}/ed25519/sign.c | 0 pdns/{ => ext}/ed25519/sqrtm1.h | 0 pdns/{ => ext}/ed25519/sqrtm1.py | 0 pdns/{ => ext}/ed25519/verify.c | 0 83 files changed, 1 insertion(+), 1 deletion(-) rename pdns/{ => ext}/ed25519/Makefile (100%) rename pdns/{ => ext}/ed25519/README (100%) rename pdns/{ => ext}/ed25519/api.h (100%) rename pdns/{ => ext}/ed25519/base.h (100%) rename pdns/{ => ext}/ed25519/base.py (100%) rename pdns/{ => ext}/ed25519/base2.h (100%) rename pdns/{ => ext}/ed25519/base2.py (100%) rename pdns/{ => ext}/ed25519/crypto_hash_sha512.h (100%) rename pdns/{ => ext}/ed25519/crypto_int32.h (100%) rename pdns/{ => ext}/ed25519/crypto_int64.h (100%) rename pdns/{ => ext}/ed25519/crypto_sign.h (100%) rename pdns/{ => ext}/ed25519/crypto_uint32.h (100%) rename pdns/{ => ext}/ed25519/crypto_uint64.h (100%) rename pdns/{ => ext}/ed25519/crypto_verify_32.h (100%) rename pdns/{ => ext}/ed25519/d.h (100%) rename pdns/{ => ext}/ed25519/d.py (100%) rename pdns/{ => ext}/ed25519/d2.h (100%) rename pdns/{ => ext}/ed25519/d2.py (100%) rename pdns/{ => ext}/ed25519/fe.h (100%) rename pdns/{ => ext}/ed25519/fe_0.c (100%) rename pdns/{ => ext}/ed25519/fe_1.c (100%) rename pdns/{ => ext}/ed25519/fe_add.c (100%) rename pdns/{ => ext}/ed25519/fe_cmov.c (100%) rename pdns/{ => ext}/ed25519/fe_copy.c (100%) rename pdns/{ => ext}/ed25519/fe_frombytes.c (100%) rename pdns/{ => ext}/ed25519/fe_invert.c (100%) rename pdns/{ => ext}/ed25519/fe_isnegative.c (100%) rename pdns/{ => ext}/ed25519/fe_isnonzero.c (100%) rename pdns/{ => ext}/ed25519/fe_mul.c (100%) rename pdns/{ => ext}/ed25519/fe_neg.c (100%) rename pdns/{ => ext}/ed25519/fe_pow22523.c (100%) rename pdns/{ => ext}/ed25519/fe_sq.c (100%) rename pdns/{ => ext}/ed25519/fe_sq2.c (100%) rename pdns/{ => ext}/ed25519/fe_sub.c (100%) rename pdns/{ => ext}/ed25519/fe_tobytes.c (100%) rename pdns/{ => ext}/ed25519/ge.h (100%) rename pdns/{ => ext}/ed25519/ge_add.c (100%) rename pdns/{ => ext}/ed25519/ge_add.h (100%) rename pdns/{ => ext}/ed25519/ge_add.q (100%) rename pdns/{ => ext}/ed25519/ge_double_scalarmult.c (100%) rename pdns/{ => ext}/ed25519/ge_frombytes.c (100%) rename pdns/{ => ext}/ed25519/ge_madd.c (100%) rename pdns/{ => ext}/ed25519/ge_madd.h (100%) rename pdns/{ => ext}/ed25519/ge_madd.q (100%) rename pdns/{ => ext}/ed25519/ge_msub.c (100%) rename pdns/{ => ext}/ed25519/ge_msub.h (100%) rename pdns/{ => ext}/ed25519/ge_msub.q (100%) rename pdns/{ => ext}/ed25519/ge_p1p1_to_p2.c (100%) rename pdns/{ => ext}/ed25519/ge_p1p1_to_p3.c (100%) rename pdns/{ => ext}/ed25519/ge_p2_0.c (100%) rename pdns/{ => ext}/ed25519/ge_p2_dbl.c (100%) rename pdns/{ => ext}/ed25519/ge_p2_dbl.h (100%) rename pdns/{ => ext}/ed25519/ge_p2_dbl.q (100%) rename pdns/{ => ext}/ed25519/ge_p3_0.c (100%) rename pdns/{ => ext}/ed25519/ge_p3_dbl.c (100%) rename pdns/{ => ext}/ed25519/ge_p3_to_cached.c (100%) rename pdns/{ => ext}/ed25519/ge_p3_to_p2.c (100%) rename pdns/{ => ext}/ed25519/ge_p3_tobytes.c (100%) rename pdns/{ => ext}/ed25519/ge_precomp_0.c (100%) rename pdns/{ => ext}/ed25519/ge_scalarmult_base.c (100%) rename pdns/{ => ext}/ed25519/ge_sub.c (100%) rename pdns/{ => ext}/ed25519/ge_sub.h (100%) rename pdns/{ => ext}/ed25519/ge_sub.q (100%) rename pdns/{ => ext}/ed25519/ge_tobytes.c (100%) rename pdns/{ => ext}/ed25519/keypair.c (100%) rename pdns/{ => ext}/ed25519/open.c (100%) rename pdns/{ => ext}/ed25519/pow22523.h (100%) rename pdns/{ => ext}/ed25519/pow22523.q (100%) rename pdns/{ => ext}/ed25519/pow225521.h (100%) rename pdns/{ => ext}/ed25519/pow225521.q (100%) rename pdns/{ => ext}/ed25519/publickey.c (100%) rename pdns/{ => ext}/ed25519/q2h.sh (100%) rename pdns/{ => ext}/ed25519/sc.h (100%) rename pdns/{ => ext}/ed25519/sc_muladd.c (100%) rename pdns/{ => ext}/ed25519/sc_reduce.c (100%) rename pdns/{ => ext}/ed25519/sha512-blocks.c (100%) rename pdns/{ => ext}/ed25519/sha512-hash.c (100%) rename pdns/{ => ext}/ed25519/sha512.h (100%) rename pdns/{ => ext}/ed25519/sign.c (100%) rename pdns/{ => ext}/ed25519/sqrtm1.h (100%) rename pdns/{ => ext}/ed25519/sqrtm1.py (100%) rename pdns/{ => ext}/ed25519/verify.c (100%) diff --git a/pdns/ed25519signers.cc b/pdns/ed25519signers.cc index 4cc81ee43e..ed31dbcb6a 100644 --- a/pdns/ed25519signers.cc +++ b/pdns/ed25519signers.cc @@ -1,6 +1,6 @@ // utf-8 UTF-8 utf8 UTF8 extern "C" { -#include "ed25519/crypto_sign.h" +#include "ext/ed25519/crypto_sign.h" } #include "dnssecinfra.hh" #include diff --git a/pdns/ed25519/Makefile b/pdns/ext/ed25519/Makefile similarity index 100% rename from pdns/ed25519/Makefile rename to pdns/ext/ed25519/Makefile diff --git a/pdns/ed25519/README b/pdns/ext/ed25519/README similarity index 100% rename from pdns/ed25519/README rename to pdns/ext/ed25519/README diff --git a/pdns/ed25519/api.h b/pdns/ext/ed25519/api.h similarity index 100% rename from pdns/ed25519/api.h rename to pdns/ext/ed25519/api.h diff --git a/pdns/ed25519/base.h b/pdns/ext/ed25519/base.h similarity index 100% rename from pdns/ed25519/base.h rename to pdns/ext/ed25519/base.h diff --git a/pdns/ed25519/base.py b/pdns/ext/ed25519/base.py similarity index 100% rename from pdns/ed25519/base.py rename to pdns/ext/ed25519/base.py diff --git a/pdns/ed25519/base2.h b/pdns/ext/ed25519/base2.h similarity index 100% rename from pdns/ed25519/base2.h rename to pdns/ext/ed25519/base2.h diff --git a/pdns/ed25519/base2.py b/pdns/ext/ed25519/base2.py similarity index 100% rename from pdns/ed25519/base2.py rename to pdns/ext/ed25519/base2.py diff --git a/pdns/ed25519/crypto_hash_sha512.h b/pdns/ext/ed25519/crypto_hash_sha512.h similarity index 100% rename from pdns/ed25519/crypto_hash_sha512.h rename to pdns/ext/ed25519/crypto_hash_sha512.h diff --git a/pdns/ed25519/crypto_int32.h b/pdns/ext/ed25519/crypto_int32.h similarity index 100% rename from pdns/ed25519/crypto_int32.h rename to pdns/ext/ed25519/crypto_int32.h diff --git a/pdns/ed25519/crypto_int64.h b/pdns/ext/ed25519/crypto_int64.h similarity index 100% rename from pdns/ed25519/crypto_int64.h rename to pdns/ext/ed25519/crypto_int64.h diff --git a/pdns/ed25519/crypto_sign.h b/pdns/ext/ed25519/crypto_sign.h similarity index 100% rename from pdns/ed25519/crypto_sign.h rename to pdns/ext/ed25519/crypto_sign.h diff --git a/pdns/ed25519/crypto_uint32.h b/pdns/ext/ed25519/crypto_uint32.h similarity index 100% rename from pdns/ed25519/crypto_uint32.h rename to pdns/ext/ed25519/crypto_uint32.h diff --git a/pdns/ed25519/crypto_uint64.h b/pdns/ext/ed25519/crypto_uint64.h similarity index 100% rename from pdns/ed25519/crypto_uint64.h rename to pdns/ext/ed25519/crypto_uint64.h diff --git a/pdns/ed25519/crypto_verify_32.h b/pdns/ext/ed25519/crypto_verify_32.h similarity index 100% rename from pdns/ed25519/crypto_verify_32.h rename to pdns/ext/ed25519/crypto_verify_32.h diff --git a/pdns/ed25519/d.h b/pdns/ext/ed25519/d.h similarity index 100% rename from pdns/ed25519/d.h rename to pdns/ext/ed25519/d.h diff --git a/pdns/ed25519/d.py b/pdns/ext/ed25519/d.py similarity index 100% rename from pdns/ed25519/d.py rename to pdns/ext/ed25519/d.py diff --git a/pdns/ed25519/d2.h b/pdns/ext/ed25519/d2.h similarity index 100% rename from pdns/ed25519/d2.h rename to pdns/ext/ed25519/d2.h diff --git a/pdns/ed25519/d2.py b/pdns/ext/ed25519/d2.py similarity index 100% rename from pdns/ed25519/d2.py rename to pdns/ext/ed25519/d2.py diff --git a/pdns/ed25519/fe.h b/pdns/ext/ed25519/fe.h similarity index 100% rename from pdns/ed25519/fe.h rename to pdns/ext/ed25519/fe.h diff --git a/pdns/ed25519/fe_0.c b/pdns/ext/ed25519/fe_0.c similarity index 100% rename from pdns/ed25519/fe_0.c rename to pdns/ext/ed25519/fe_0.c diff --git a/pdns/ed25519/fe_1.c b/pdns/ext/ed25519/fe_1.c similarity index 100% rename from pdns/ed25519/fe_1.c rename to pdns/ext/ed25519/fe_1.c diff --git a/pdns/ed25519/fe_add.c b/pdns/ext/ed25519/fe_add.c similarity index 100% rename from pdns/ed25519/fe_add.c rename to pdns/ext/ed25519/fe_add.c diff --git a/pdns/ed25519/fe_cmov.c b/pdns/ext/ed25519/fe_cmov.c similarity index 100% rename from pdns/ed25519/fe_cmov.c rename to pdns/ext/ed25519/fe_cmov.c diff --git a/pdns/ed25519/fe_copy.c b/pdns/ext/ed25519/fe_copy.c similarity index 100% rename from pdns/ed25519/fe_copy.c rename to pdns/ext/ed25519/fe_copy.c diff --git a/pdns/ed25519/fe_frombytes.c b/pdns/ext/ed25519/fe_frombytes.c similarity index 100% rename from pdns/ed25519/fe_frombytes.c rename to pdns/ext/ed25519/fe_frombytes.c diff --git a/pdns/ed25519/fe_invert.c b/pdns/ext/ed25519/fe_invert.c similarity index 100% rename from pdns/ed25519/fe_invert.c rename to pdns/ext/ed25519/fe_invert.c diff --git a/pdns/ed25519/fe_isnegative.c b/pdns/ext/ed25519/fe_isnegative.c similarity index 100% rename from pdns/ed25519/fe_isnegative.c rename to pdns/ext/ed25519/fe_isnegative.c diff --git a/pdns/ed25519/fe_isnonzero.c b/pdns/ext/ed25519/fe_isnonzero.c similarity index 100% rename from pdns/ed25519/fe_isnonzero.c rename to pdns/ext/ed25519/fe_isnonzero.c diff --git a/pdns/ed25519/fe_mul.c b/pdns/ext/ed25519/fe_mul.c similarity index 100% rename from pdns/ed25519/fe_mul.c rename to pdns/ext/ed25519/fe_mul.c diff --git a/pdns/ed25519/fe_neg.c b/pdns/ext/ed25519/fe_neg.c similarity index 100% rename from pdns/ed25519/fe_neg.c rename to pdns/ext/ed25519/fe_neg.c diff --git a/pdns/ed25519/fe_pow22523.c b/pdns/ext/ed25519/fe_pow22523.c similarity index 100% rename from pdns/ed25519/fe_pow22523.c rename to pdns/ext/ed25519/fe_pow22523.c diff --git a/pdns/ed25519/fe_sq.c b/pdns/ext/ed25519/fe_sq.c similarity index 100% rename from pdns/ed25519/fe_sq.c rename to pdns/ext/ed25519/fe_sq.c diff --git a/pdns/ed25519/fe_sq2.c b/pdns/ext/ed25519/fe_sq2.c similarity index 100% rename from pdns/ed25519/fe_sq2.c rename to pdns/ext/ed25519/fe_sq2.c diff --git a/pdns/ed25519/fe_sub.c b/pdns/ext/ed25519/fe_sub.c similarity index 100% rename from pdns/ed25519/fe_sub.c rename to pdns/ext/ed25519/fe_sub.c diff --git a/pdns/ed25519/fe_tobytes.c b/pdns/ext/ed25519/fe_tobytes.c similarity index 100% rename from pdns/ed25519/fe_tobytes.c rename to pdns/ext/ed25519/fe_tobytes.c diff --git a/pdns/ed25519/ge.h b/pdns/ext/ed25519/ge.h similarity index 100% rename from pdns/ed25519/ge.h rename to pdns/ext/ed25519/ge.h diff --git a/pdns/ed25519/ge_add.c b/pdns/ext/ed25519/ge_add.c similarity index 100% rename from pdns/ed25519/ge_add.c rename to pdns/ext/ed25519/ge_add.c diff --git a/pdns/ed25519/ge_add.h b/pdns/ext/ed25519/ge_add.h similarity index 100% rename from pdns/ed25519/ge_add.h rename to pdns/ext/ed25519/ge_add.h diff --git a/pdns/ed25519/ge_add.q b/pdns/ext/ed25519/ge_add.q similarity index 100% rename from pdns/ed25519/ge_add.q rename to pdns/ext/ed25519/ge_add.q diff --git a/pdns/ed25519/ge_double_scalarmult.c b/pdns/ext/ed25519/ge_double_scalarmult.c similarity index 100% rename from pdns/ed25519/ge_double_scalarmult.c rename to pdns/ext/ed25519/ge_double_scalarmult.c diff --git a/pdns/ed25519/ge_frombytes.c b/pdns/ext/ed25519/ge_frombytes.c similarity index 100% rename from pdns/ed25519/ge_frombytes.c rename to pdns/ext/ed25519/ge_frombytes.c diff --git a/pdns/ed25519/ge_madd.c b/pdns/ext/ed25519/ge_madd.c similarity index 100% rename from pdns/ed25519/ge_madd.c rename to pdns/ext/ed25519/ge_madd.c diff --git a/pdns/ed25519/ge_madd.h b/pdns/ext/ed25519/ge_madd.h similarity index 100% rename from pdns/ed25519/ge_madd.h rename to pdns/ext/ed25519/ge_madd.h diff --git a/pdns/ed25519/ge_madd.q b/pdns/ext/ed25519/ge_madd.q similarity index 100% rename from pdns/ed25519/ge_madd.q rename to pdns/ext/ed25519/ge_madd.q diff --git a/pdns/ed25519/ge_msub.c b/pdns/ext/ed25519/ge_msub.c similarity index 100% rename from pdns/ed25519/ge_msub.c rename to pdns/ext/ed25519/ge_msub.c diff --git a/pdns/ed25519/ge_msub.h b/pdns/ext/ed25519/ge_msub.h similarity index 100% rename from pdns/ed25519/ge_msub.h rename to pdns/ext/ed25519/ge_msub.h diff --git a/pdns/ed25519/ge_msub.q b/pdns/ext/ed25519/ge_msub.q similarity index 100% rename from pdns/ed25519/ge_msub.q rename to pdns/ext/ed25519/ge_msub.q diff --git a/pdns/ed25519/ge_p1p1_to_p2.c b/pdns/ext/ed25519/ge_p1p1_to_p2.c similarity index 100% rename from pdns/ed25519/ge_p1p1_to_p2.c rename to pdns/ext/ed25519/ge_p1p1_to_p2.c diff --git a/pdns/ed25519/ge_p1p1_to_p3.c b/pdns/ext/ed25519/ge_p1p1_to_p3.c similarity index 100% rename from pdns/ed25519/ge_p1p1_to_p3.c rename to pdns/ext/ed25519/ge_p1p1_to_p3.c diff --git a/pdns/ed25519/ge_p2_0.c b/pdns/ext/ed25519/ge_p2_0.c similarity index 100% rename from pdns/ed25519/ge_p2_0.c rename to pdns/ext/ed25519/ge_p2_0.c diff --git a/pdns/ed25519/ge_p2_dbl.c b/pdns/ext/ed25519/ge_p2_dbl.c similarity index 100% rename from pdns/ed25519/ge_p2_dbl.c rename to pdns/ext/ed25519/ge_p2_dbl.c diff --git a/pdns/ed25519/ge_p2_dbl.h b/pdns/ext/ed25519/ge_p2_dbl.h similarity index 100% rename from pdns/ed25519/ge_p2_dbl.h rename to pdns/ext/ed25519/ge_p2_dbl.h diff --git a/pdns/ed25519/ge_p2_dbl.q b/pdns/ext/ed25519/ge_p2_dbl.q similarity index 100% rename from pdns/ed25519/ge_p2_dbl.q rename to pdns/ext/ed25519/ge_p2_dbl.q diff --git a/pdns/ed25519/ge_p3_0.c b/pdns/ext/ed25519/ge_p3_0.c similarity index 100% rename from pdns/ed25519/ge_p3_0.c rename to pdns/ext/ed25519/ge_p3_0.c diff --git a/pdns/ed25519/ge_p3_dbl.c b/pdns/ext/ed25519/ge_p3_dbl.c similarity index 100% rename from pdns/ed25519/ge_p3_dbl.c rename to pdns/ext/ed25519/ge_p3_dbl.c diff --git a/pdns/ed25519/ge_p3_to_cached.c b/pdns/ext/ed25519/ge_p3_to_cached.c similarity index 100% rename from pdns/ed25519/ge_p3_to_cached.c rename to pdns/ext/ed25519/ge_p3_to_cached.c diff --git a/pdns/ed25519/ge_p3_to_p2.c b/pdns/ext/ed25519/ge_p3_to_p2.c similarity index 100% rename from pdns/ed25519/ge_p3_to_p2.c rename to pdns/ext/ed25519/ge_p3_to_p2.c diff --git a/pdns/ed25519/ge_p3_tobytes.c b/pdns/ext/ed25519/ge_p3_tobytes.c similarity index 100% rename from pdns/ed25519/ge_p3_tobytes.c rename to pdns/ext/ed25519/ge_p3_tobytes.c diff --git a/pdns/ed25519/ge_precomp_0.c b/pdns/ext/ed25519/ge_precomp_0.c similarity index 100% rename from pdns/ed25519/ge_precomp_0.c rename to pdns/ext/ed25519/ge_precomp_0.c diff --git a/pdns/ed25519/ge_scalarmult_base.c b/pdns/ext/ed25519/ge_scalarmult_base.c similarity index 100% rename from pdns/ed25519/ge_scalarmult_base.c rename to pdns/ext/ed25519/ge_scalarmult_base.c diff --git a/pdns/ed25519/ge_sub.c b/pdns/ext/ed25519/ge_sub.c similarity index 100% rename from pdns/ed25519/ge_sub.c rename to pdns/ext/ed25519/ge_sub.c diff --git a/pdns/ed25519/ge_sub.h b/pdns/ext/ed25519/ge_sub.h similarity index 100% rename from pdns/ed25519/ge_sub.h rename to pdns/ext/ed25519/ge_sub.h diff --git a/pdns/ed25519/ge_sub.q b/pdns/ext/ed25519/ge_sub.q similarity index 100% rename from pdns/ed25519/ge_sub.q rename to pdns/ext/ed25519/ge_sub.q diff --git a/pdns/ed25519/ge_tobytes.c b/pdns/ext/ed25519/ge_tobytes.c similarity index 100% rename from pdns/ed25519/ge_tobytes.c rename to pdns/ext/ed25519/ge_tobytes.c diff --git a/pdns/ed25519/keypair.c b/pdns/ext/ed25519/keypair.c similarity index 100% rename from pdns/ed25519/keypair.c rename to pdns/ext/ed25519/keypair.c diff --git a/pdns/ed25519/open.c b/pdns/ext/ed25519/open.c similarity index 100% rename from pdns/ed25519/open.c rename to pdns/ext/ed25519/open.c diff --git a/pdns/ed25519/pow22523.h b/pdns/ext/ed25519/pow22523.h similarity index 100% rename from pdns/ed25519/pow22523.h rename to pdns/ext/ed25519/pow22523.h diff --git a/pdns/ed25519/pow22523.q b/pdns/ext/ed25519/pow22523.q similarity index 100% rename from pdns/ed25519/pow22523.q rename to pdns/ext/ed25519/pow22523.q diff --git a/pdns/ed25519/pow225521.h b/pdns/ext/ed25519/pow225521.h similarity index 100% rename from pdns/ed25519/pow225521.h rename to pdns/ext/ed25519/pow225521.h diff --git a/pdns/ed25519/pow225521.q b/pdns/ext/ed25519/pow225521.q similarity index 100% rename from pdns/ed25519/pow225521.q rename to pdns/ext/ed25519/pow225521.q diff --git a/pdns/ed25519/publickey.c b/pdns/ext/ed25519/publickey.c similarity index 100% rename from pdns/ed25519/publickey.c rename to pdns/ext/ed25519/publickey.c diff --git a/pdns/ed25519/q2h.sh b/pdns/ext/ed25519/q2h.sh similarity index 100% rename from pdns/ed25519/q2h.sh rename to pdns/ext/ed25519/q2h.sh diff --git a/pdns/ed25519/sc.h b/pdns/ext/ed25519/sc.h similarity index 100% rename from pdns/ed25519/sc.h rename to pdns/ext/ed25519/sc.h diff --git a/pdns/ed25519/sc_muladd.c b/pdns/ext/ed25519/sc_muladd.c similarity index 100% rename from pdns/ed25519/sc_muladd.c rename to pdns/ext/ed25519/sc_muladd.c diff --git a/pdns/ed25519/sc_reduce.c b/pdns/ext/ed25519/sc_reduce.c similarity index 100% rename from pdns/ed25519/sc_reduce.c rename to pdns/ext/ed25519/sc_reduce.c diff --git a/pdns/ed25519/sha512-blocks.c b/pdns/ext/ed25519/sha512-blocks.c similarity index 100% rename from pdns/ed25519/sha512-blocks.c rename to pdns/ext/ed25519/sha512-blocks.c diff --git a/pdns/ed25519/sha512-hash.c b/pdns/ext/ed25519/sha512-hash.c similarity index 100% rename from pdns/ed25519/sha512-hash.c rename to pdns/ext/ed25519/sha512-hash.c diff --git a/pdns/ed25519/sha512.h b/pdns/ext/ed25519/sha512.h similarity index 100% rename from pdns/ed25519/sha512.h rename to pdns/ext/ed25519/sha512.h diff --git a/pdns/ed25519/sign.c b/pdns/ext/ed25519/sign.c similarity index 100% rename from pdns/ed25519/sign.c rename to pdns/ext/ed25519/sign.c diff --git a/pdns/ed25519/sqrtm1.h b/pdns/ext/ed25519/sqrtm1.h similarity index 100% rename from pdns/ed25519/sqrtm1.h rename to pdns/ext/ed25519/sqrtm1.h diff --git a/pdns/ed25519/sqrtm1.py b/pdns/ext/ed25519/sqrtm1.py similarity index 100% rename from pdns/ed25519/sqrtm1.py rename to pdns/ext/ed25519/sqrtm1.py diff --git a/pdns/ed25519/verify.c b/pdns/ext/ed25519/verify.c similarity index 100% rename from pdns/ed25519/verify.c rename to pdns/ext/ed25519/verify.c -- 2.47.2