pull in an ed25519 implementation and replace use of RSA in the DHT with ECC. fix up makefiles

This commit is contained in:
Arvid Norberg
2013-08-18 16:01:20 +00:00
parent 76f32f0659
commit 6bd07fd65f
33 changed files with 5478 additions and 102 deletions

View File

@@ -86,8 +86,6 @@ DOCS_PAGES = \
docs/index.rst \
docs/libtorrent_plugins.html \
docs/libtorrent_plugins.rst \
docs/make_torrent.html \
docs/make_torrent.rst \
docs/manual.html \
docs/manual.rst \
docs/projects.html \
@@ -112,8 +110,6 @@ EXTRA_DIST = \
LICENSE \
libtorrent-rasterbar.pc \
libtorrent-rasterbar-cmake.pc \
parse_dht_log.py \
parse_session_stats.py \
$(DOCS_PAGES) \
$(DOCS_IMAGES)