You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
i2pd/core/crypto/ed25519
EinMByte a24d99d678 Use size_t and uint64_t instead of long long in ed25519/. 9 years ago
..
CMakeLists.txt Add eddsa from ref10 implementation (with some modifications). 9 years ago
api.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
base.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
base.py Add eddsa from ref10 implementation (with some modifications). 9 years ago
base2.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
base2.py Add eddsa from ref10 implementation (with some modifications). 9 years ago
crypto_hash_sha512.h Use size_t and uint64_t instead of long long in ed25519/. 9 years ago
crypto_int32.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
crypto_int64.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
crypto_sign.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
crypto_uint32.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
crypto_uint64.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
crypto_verify_32.h Add tests for EdDSA25519, fix Verifier. 9 years ago
d.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
d.py Add eddsa from ref10 implementation (with some modifications). 9 years ago
d2.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
d2.py Add eddsa from ref10 implementation (with some modifications). 9 years ago
ed25519_ref10.h Use size_t and uint64_t instead of long long in ed25519/. 9 years ago
fe.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_0.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_1.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_add.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_cmov.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_copy.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_frombytes.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_invert.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_isnegative.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_isnonzero.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_mul.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_neg.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_pow22523.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_sq.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_sq2.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_sub.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
fe_tobytes.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_add.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_add.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_add.q Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_double_scalarmult.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_frombytes.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_madd.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_madd.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_madd.q Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_msub.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_msub.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_msub.q Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p1p1_to_p2.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p1p1_to_p3.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p2_0.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p2_dbl.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p2_dbl.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p2_dbl.q Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p3_0.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p3_dbl.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p3_to_cached.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p3_to_p2.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_p3_tobytes.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_precomp_0.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_scalarmult_base.cpp Use size_t and uint64_t instead of long long in ed25519/. 9 years ago
ge_sub.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_sub.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_sub.q Add eddsa from ref10 implementation (with some modifications). 9 years ago
ge_tobytes.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
keypair.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
open.cpp Use size_t and uint64_t instead of long long in ed25519/. 9 years ago
pow22523.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
pow22523.q Add eddsa from ref10 implementation (with some modifications). 9 years ago
pow225521.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
pow225521.q Add eddsa from ref10 implementation (with some modifications). 9 years ago
q2h.sh Add eddsa from ref10 implementation (with some modifications). 9 years ago
sc.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
sc_muladd.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
sc_reduce.cpp Add eddsa from ref10 implementation (with some modifications). 9 years ago
sign.cpp Use size_t and uint64_t instead of long long in ed25519/. 9 years ago
sqrtm1.h Add eddsa from ref10 implementation (with some modifications). 9 years ago
sqrtm1.py Add eddsa from ref10 implementation (with some modifications). 9 years ago