]> git.ipfire.org Git - thirdparty/pdns.git/commit
park ed25519 directory in ext 1971/head
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)
commit4fdcdf097008a5fce72cc35e2092f38661ec6706
tree8bc30e5658f2355668a1e5d0b212a180701bed91
parent76f190f2a0877cd79ede2994124c1a58dc69ae49
park ed25519 directory in ext
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]