i2pd/core/crypto/ed25519
2015-08-29 19:32:50 +02:00
..
api.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
base2.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
base2.py Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
base.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
base.py Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
CMakeLists.txt Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
crypto_hash_sha512.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
crypto_int32.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
crypto_int64.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
crypto_sign.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
crypto_uint32.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
crypto_uint64.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
crypto_verify_32.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
d2.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
d2.py Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
d.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
d.py Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ed25519_ref10.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_0.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_1.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_add.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_cmov.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_copy.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_frombytes.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_invert.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_isnegative.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_isnonzero.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_mul.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_neg.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_pow22523.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_sq2.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_sq.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_sub.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe_tobytes.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
fe.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_add.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_add.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_add.q Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_double_scalarmult.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_frombytes.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_madd.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_madd.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_madd.q Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_msub.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_msub.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_msub.q Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p1p1_to_p2.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p1p1_to_p3.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p2_0.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p2_dbl.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p2_dbl.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p2_dbl.q Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p3_0.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p3_dbl.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p3_to_cached.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p3_to_p2.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_p3_tobytes.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_precomp_0.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_scalarmult_base.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_sub.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_sub.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_sub.q Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge_tobytes.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
ge.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
keypair.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
open.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
pow22523.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
pow22523.q Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
pow225521.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
pow225521.q Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
q2h.sh Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
sc_muladd.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
sc_reduce.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
sc.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
sign.cpp Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
sqrtm1.h Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00
sqrtm1.py Add eddsa from ref10 implementation (with some modifications). 2015-08-29 19:32:50 +02:00