MANIFEST.in README.md setup.py XEdDSA.egg-info/PKG-INFO XEdDSA.egg-info/SOURCES.txt XEdDSA.egg-info/dependency_links.txt XEdDSA.egg-info/not-zip-safe XEdDSA.egg-info/requires.txt XEdDSA.egg-info/top_level.txt ref10/CMakeLists.txt ref10/README.md ref10/build.py ref10/crypto_core/README ref10/crypto_core/api.h ref10/crypto_core/core.c ref10/crypto_core/crypto_core.h ref10/crypto_core/crypto_core_salsa20.h ref10/crypto_core/module.h ref10/crypto_hash/README ref10/crypto_hash/api.h ref10/crypto_hash/crypto_hash.h ref10/crypto_hash/crypto_hash_sha512.h ref10/crypto_hash/hash.c ref10/crypto_hash/module.h ref10/crypto_hashblocks/README ref10/crypto_hashblocks/api.h ref10/crypto_hashblocks/blocks.c ref10/crypto_hashblocks/crypto_hashblocks.h ref10/crypto_hashblocks/crypto_hashblocks_sha512.h ref10/crypto_hashblocks/module.h ref10/crypto_rng/README ref10/crypto_rng/api.h ref10/crypto_rng/crypto_rng.h ref10/crypto_rng/crypto_rng_salsa20.h ref10/crypto_rng/module.h ref10/crypto_rng/rng.c ref10/crypto_scalarmult/README ref10/crypto_scalarmult/api.h ref10/crypto_scalarmult/base.c ref10/crypto_scalarmult/crypto_scalarmult.h ref10/crypto_scalarmult/crypto_scalarmult_curve25519.h ref10/crypto_scalarmult/fe.h ref10/crypto_scalarmult/fe_0.c ref10/crypto_scalarmult/fe_1.c ref10/crypto_scalarmult/fe_add.c ref10/crypto_scalarmult/fe_copy.c ref10/crypto_scalarmult/fe_cswap.c ref10/crypto_scalarmult/fe_frombytes.c ref10/crypto_scalarmult/fe_invert.c ref10/crypto_scalarmult/fe_mul.c ref10/crypto_scalarmult/fe_mul121666.c ref10/crypto_scalarmult/fe_sq.c ref10/crypto_scalarmult/fe_sub.c ref10/crypto_scalarmult/fe_tobytes.c ref10/crypto_scalarmult/module.h ref10/crypto_scalarmult/montgomery.h ref10/crypto_scalarmult/pow225521.h ref10/crypto_scalarmult/scalarmult.c ref10/crypto_sign/README ref10/crypto_sign/api.h ref10/crypto_sign/base.h ref10/crypto_sign/base2.h ref10/crypto_sign/crypto_sign.h ref10/crypto_sign/crypto_sign_ed25519.h ref10/crypto_sign/d.h ref10/crypto_sign/d2.h ref10/crypto_sign/fe.h ref10/crypto_sign/fe_0.c ref10/crypto_sign/fe_1.c ref10/crypto_sign/fe_add.c ref10/crypto_sign/fe_cmov.c ref10/crypto_sign/fe_copy.c ref10/crypto_sign/fe_frombytes.c ref10/crypto_sign/fe_invert.c ref10/crypto_sign/fe_isnegative.c ref10/crypto_sign/fe_isnonzero.c ref10/crypto_sign/fe_mul.c ref10/crypto_sign/fe_neg.c ref10/crypto_sign/fe_pow22523.c ref10/crypto_sign/fe_sq.c ref10/crypto_sign/fe_sq2.c ref10/crypto_sign/fe_sub.c ref10/crypto_sign/fe_tobytes.c ref10/crypto_sign/ge.h ref10/crypto_sign/ge_add.c ref10/crypto_sign/ge_add.h ref10/crypto_sign/ge_double_scalarmult.c ref10/crypto_sign/ge_frombytes.c ref10/crypto_sign/ge_madd.c ref10/crypto_sign/ge_madd.h ref10/crypto_sign/ge_msub.c ref10/crypto_sign/ge_msub.h ref10/crypto_sign/ge_p1p1_to_p2.c ref10/crypto_sign/ge_p1p1_to_p3.c ref10/crypto_sign/ge_p2_0.c ref10/crypto_sign/ge_p2_dbl.c ref10/crypto_sign/ge_p2_dbl.h ref10/crypto_sign/ge_p3_0.c ref10/crypto_sign/ge_p3_dbl.c ref10/crypto_sign/ge_p3_to_cached.c ref10/crypto_sign/ge_p3_to_p2.c ref10/crypto_sign/ge_p3_tobytes.c ref10/crypto_sign/ge_precomp_0.c ref10/crypto_sign/ge_scalarmult_base.c ref10/crypto_sign/ge_sub.c ref10/crypto_sign/ge_sub.h ref10/crypto_sign/ge_tobytes.c ref10/crypto_sign/keypair.c ref10/crypto_sign/module.h ref10/crypto_sign/open.c ref10/crypto_sign/pow22523.h ref10/crypto_sign/pow225521.h ref10/crypto_sign/sc.h ref10/crypto_sign/sc_muladd.c ref10/crypto_sign/sc_reduce.c ref10/crypto_sign/sign.c ref10/crypto_sign/sqrtm1.h ref10/crypto_stream/README ref10/crypto_stream/api.h ref10/crypto_stream/crypto_stream.h ref10/crypto_stream/crypto_stream_salsa20.h ref10/crypto_stream/module.h ref10/crypto_stream/stream.c ref10/crypto_stream/xor.c ref10/crypto_verify/README ref10/crypto_verify/api.h ref10/crypto_verify/crypto_verify.h ref10/crypto_verify/crypto_verify_32.h ref10/crypto_verify/module.h ref10/crypto_verify/verify.c ref10/fastrandombytes/fastrandombytes.c ref10/fastrandombytes/module.h ref10/fastrandombytes/randombytes.h ref10/include/cross_platform.h ref10/include/crypto_int16.h ref10/include/crypto_int32.h ref10/include/crypto_int64.h ref10/include/crypto_int8.h ref10/include/crypto_uint16.h ref10/include/crypto_uint32.h ref10/include/crypto_uint64.h ref10/include/crypto_uint8.h ref10/kernelrandombytes/getentropy.c ref10/kernelrandombytes/getentropy2.c ref10/kernelrandombytes/getrandom.c ref10/kernelrandombytes/getrandom2.c ref10/kernelrandombytes/getrandom3.c ref10/kernelrandombytes/kernelrandombytes.h ref10/kernelrandombytes/module.h ref10/kernelrandombytes/rtlgenrandom.c ref10/kernelrandombytes/test.c ref10/kernelrandombytes/urandom.c xeddsa/__init__.py xeddsa/version.py xeddsa/xeddsa.py xeddsa/implementations/__init__.py xeddsa/implementations/ref10.py xeddsa/implementations/xeddsa25519.py