]> granicus.if.org Git - pdns/commitdiff
park ed25519 directory in ext
authorKees Monshouwer <mind04@monshouwer.org>
Sun, 21 Dec 2014 16:16:13 +0000 (17:16 +0100)
committermind04 <mind04@monshouwer.org>
Mon, 22 Dec 2014 09:12:58 +0000 (10:12 +0100)
83 files changed:
pdns/ed25519signers.cc
pdns/ext/ed25519/Makefile [moved from pdns/ed25519/Makefile with 100% similarity]
pdns/ext/ed25519/README [moved from pdns/ed25519/README with 100% similarity]
pdns/ext/ed25519/api.h [moved from pdns/ed25519/api.h with 100% similarity]
pdns/ext/ed25519/base.h [moved from pdns/ed25519/base.h with 100% similarity]
pdns/ext/ed25519/base.py [moved from pdns/ed25519/base.py with 100% similarity]
pdns/ext/ed25519/base2.h [moved from pdns/ed25519/base2.h with 100% similarity]
pdns/ext/ed25519/base2.py [moved from pdns/ed25519/base2.py with 100% similarity]
pdns/ext/ed25519/crypto_hash_sha512.h [moved from pdns/ed25519/crypto_hash_sha512.h with 100% similarity]
pdns/ext/ed25519/crypto_int32.h [moved from pdns/ed25519/crypto_int32.h with 100% similarity]
pdns/ext/ed25519/crypto_int64.h [moved from pdns/ed25519/crypto_int64.h with 100% similarity]
pdns/ext/ed25519/crypto_sign.h [moved from pdns/ed25519/crypto_sign.h with 100% similarity]
pdns/ext/ed25519/crypto_uint32.h [moved from pdns/ed25519/crypto_uint32.h with 100% similarity]
pdns/ext/ed25519/crypto_uint64.h [moved from pdns/ed25519/crypto_uint64.h with 100% similarity]
pdns/ext/ed25519/crypto_verify_32.h [moved from pdns/ed25519/crypto_verify_32.h with 100% similarity]
pdns/ext/ed25519/d.h [moved from pdns/ed25519/d.h with 100% similarity]
pdns/ext/ed25519/d.py [moved from pdns/ed25519/d.py with 100% similarity]
pdns/ext/ed25519/d2.h [moved from pdns/ed25519/d2.h with 100% similarity]
pdns/ext/ed25519/d2.py [moved from pdns/ed25519/d2.py with 100% similarity]
pdns/ext/ed25519/fe.h [moved from pdns/ed25519/fe.h with 100% similarity]
pdns/ext/ed25519/fe_0.c [moved from pdns/ed25519/fe_0.c with 100% similarity]
pdns/ext/ed25519/fe_1.c [moved from pdns/ed25519/fe_1.c with 100% similarity]
pdns/ext/ed25519/fe_add.c [moved from pdns/ed25519/fe_add.c with 100% similarity]
pdns/ext/ed25519/fe_cmov.c [moved from pdns/ed25519/fe_cmov.c with 100% similarity]
pdns/ext/ed25519/fe_copy.c [moved from pdns/ed25519/fe_copy.c with 100% similarity]
pdns/ext/ed25519/fe_frombytes.c [moved from pdns/ed25519/fe_frombytes.c with 100% similarity]
pdns/ext/ed25519/fe_invert.c [moved from pdns/ed25519/fe_invert.c with 100% similarity]
pdns/ext/ed25519/fe_isnegative.c [moved from pdns/ed25519/fe_isnegative.c with 100% similarity]
pdns/ext/ed25519/fe_isnonzero.c [moved from pdns/ed25519/fe_isnonzero.c with 100% similarity]
pdns/ext/ed25519/fe_mul.c [moved from pdns/ed25519/fe_mul.c with 100% similarity]
pdns/ext/ed25519/fe_neg.c [moved from pdns/ed25519/fe_neg.c with 100% similarity]
pdns/ext/ed25519/fe_pow22523.c [moved from pdns/ed25519/fe_pow22523.c with 100% similarity]
pdns/ext/ed25519/fe_sq.c [moved from pdns/ed25519/fe_sq.c with 100% similarity]
pdns/ext/ed25519/fe_sq2.c [moved from pdns/ed25519/fe_sq2.c with 100% similarity]
pdns/ext/ed25519/fe_sub.c [moved from pdns/ed25519/fe_sub.c with 100% similarity]
pdns/ext/ed25519/fe_tobytes.c [moved from pdns/ed25519/fe_tobytes.c with 100% similarity]
pdns/ext/ed25519/ge.h [moved from pdns/ed25519/ge.h with 100% similarity]
pdns/ext/ed25519/ge_add.c [moved from pdns/ed25519/ge_add.c with 100% similarity]
pdns/ext/ed25519/ge_add.h [moved from pdns/ed25519/ge_add.h with 100% similarity]
pdns/ext/ed25519/ge_add.q [moved from pdns/ed25519/ge_add.q with 100% similarity]
pdns/ext/ed25519/ge_double_scalarmult.c [moved from pdns/ed25519/ge_double_scalarmult.c with 100% similarity]
pdns/ext/ed25519/ge_frombytes.c [moved from pdns/ed25519/ge_frombytes.c with 100% similarity]
pdns/ext/ed25519/ge_madd.c [moved from pdns/ed25519/ge_madd.c with 100% similarity]
pdns/ext/ed25519/ge_madd.h [moved from pdns/ed25519/ge_madd.h with 100% similarity]
pdns/ext/ed25519/ge_madd.q [moved from pdns/ed25519/ge_madd.q with 100% similarity]
pdns/ext/ed25519/ge_msub.c [moved from pdns/ed25519/ge_msub.c with 100% similarity]
pdns/ext/ed25519/ge_msub.h [moved from pdns/ed25519/ge_msub.h with 100% similarity]
pdns/ext/ed25519/ge_msub.q [moved from pdns/ed25519/ge_msub.q with 100% similarity]
pdns/ext/ed25519/ge_p1p1_to_p2.c [moved from pdns/ed25519/ge_p1p1_to_p2.c with 100% similarity]
pdns/ext/ed25519/ge_p1p1_to_p3.c [moved from pdns/ed25519/ge_p1p1_to_p3.c with 100% similarity]
pdns/ext/ed25519/ge_p2_0.c [moved from pdns/ed25519/ge_p2_0.c with 100% similarity]
pdns/ext/ed25519/ge_p2_dbl.c [moved from pdns/ed25519/ge_p2_dbl.c with 100% similarity]
pdns/ext/ed25519/ge_p2_dbl.h [moved from pdns/ed25519/ge_p2_dbl.h with 100% similarity]
pdns/ext/ed25519/ge_p2_dbl.q [moved from pdns/ed25519/ge_p2_dbl.q with 100% similarity]
pdns/ext/ed25519/ge_p3_0.c [moved from pdns/ed25519/ge_p3_0.c with 100% similarity]
pdns/ext/ed25519/ge_p3_dbl.c [moved from pdns/ed25519/ge_p3_dbl.c with 100% similarity]
pdns/ext/ed25519/ge_p3_to_cached.c [moved from pdns/ed25519/ge_p3_to_cached.c with 100% similarity]
pdns/ext/ed25519/ge_p3_to_p2.c [moved from pdns/ed25519/ge_p3_to_p2.c with 100% similarity]
pdns/ext/ed25519/ge_p3_tobytes.c [moved from pdns/ed25519/ge_p3_tobytes.c with 100% similarity]
pdns/ext/ed25519/ge_precomp_0.c [moved from pdns/ed25519/ge_precomp_0.c with 100% similarity]
pdns/ext/ed25519/ge_scalarmult_base.c [moved from pdns/ed25519/ge_scalarmult_base.c with 100% similarity]
pdns/ext/ed25519/ge_sub.c [moved from pdns/ed25519/ge_sub.c with 100% similarity]
pdns/ext/ed25519/ge_sub.h [moved from pdns/ed25519/ge_sub.h with 100% similarity]
pdns/ext/ed25519/ge_sub.q [moved from pdns/ed25519/ge_sub.q with 100% similarity]
pdns/ext/ed25519/ge_tobytes.c [moved from pdns/ed25519/ge_tobytes.c with 100% similarity]
pdns/ext/ed25519/keypair.c [moved from pdns/ed25519/keypair.c with 100% similarity]
pdns/ext/ed25519/open.c [moved from pdns/ed25519/open.c with 100% similarity]
pdns/ext/ed25519/pow22523.h [moved from pdns/ed25519/pow22523.h with 100% similarity]
pdns/ext/ed25519/pow22523.q [moved from pdns/ed25519/pow22523.q with 100% similarity]
pdns/ext/ed25519/pow225521.h [moved from pdns/ed25519/pow225521.h with 100% similarity]
pdns/ext/ed25519/pow225521.q [moved from pdns/ed25519/pow225521.q with 100% similarity]
pdns/ext/ed25519/publickey.c [moved from pdns/ed25519/publickey.c with 100% similarity]
pdns/ext/ed25519/q2h.sh [moved from pdns/ed25519/q2h.sh with 100% similarity]
pdns/ext/ed25519/sc.h [moved from pdns/ed25519/sc.h with 100% similarity]
pdns/ext/ed25519/sc_muladd.c [moved from pdns/ed25519/sc_muladd.c with 100% similarity]
pdns/ext/ed25519/sc_reduce.c [moved from pdns/ed25519/sc_reduce.c with 100% similarity]
pdns/ext/ed25519/sha512-blocks.c [moved from pdns/ed25519/sha512-blocks.c with 100% similarity]
pdns/ext/ed25519/sha512-hash.c [moved from pdns/ed25519/sha512-hash.c with 100% similarity]
pdns/ext/ed25519/sha512.h [moved from pdns/ed25519/sha512.h with 100% similarity]
pdns/ext/ed25519/sign.c [moved from pdns/ed25519/sign.c with 100% similarity]
pdns/ext/ed25519/sqrtm1.h [moved from pdns/ed25519/sqrtm1.h with 100% similarity]
pdns/ext/ed25519/sqrtm1.py [moved from pdns/ed25519/sqrtm1.py with 100% similarity]
pdns/ext/ed25519/verify.c [moved from pdns/ed25519/verify.c with 100% similarity]

index 4cc81ee43e18d49566e346eff53414b286e30463..ed31dbcb6a10c8eb0520dd4d651596caf7b7abed 100644 (file)
@@ -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 <boost/scoped_ptr.hpp>
similarity index 100%
rename from pdns/ed25519/README
rename to pdns/ext/ed25519/README
similarity index 100%
rename from pdns/ed25519/api.h
rename to pdns/ext/ed25519/api.h
similarity index 100%
rename from pdns/ed25519/base.h
rename to pdns/ext/ed25519/base.h
similarity index 100%
rename from pdns/ed25519/d.h
rename to pdns/ext/ed25519/d.h
similarity index 100%
rename from pdns/ed25519/d.py
rename to pdns/ext/ed25519/d.py
similarity index 100%
rename from pdns/ed25519/d2.h
rename to pdns/ext/ed25519/d2.h
similarity index 100%
rename from pdns/ed25519/d2.py
rename to pdns/ext/ed25519/d2.py
similarity index 100%
rename from pdns/ed25519/fe.h
rename to pdns/ext/ed25519/fe.h
similarity index 100%
rename from pdns/ed25519/fe_0.c
rename to pdns/ext/ed25519/fe_0.c
similarity index 100%
rename from pdns/ed25519/fe_1.c
rename to pdns/ext/ed25519/fe_1.c
similarity index 100%
rename from pdns/ed25519/ge.h
rename to pdns/ext/ed25519/ge.h
similarity index 100%
rename from pdns/ed25519/open.c
rename to pdns/ext/ed25519/open.c
similarity index 100%
rename from pdns/ed25519/q2h.sh
rename to pdns/ext/ed25519/q2h.sh
similarity index 100%
rename from pdns/ed25519/sc.h
rename to pdns/ext/ed25519/sc.h
similarity index 100%
rename from pdns/ed25519/sign.c
rename to pdns/ext/ed25519/sign.c