added support for using libtommath instead of libgcrypt or libcrypto for bittorrent encryption

This commit is contained in:
Arvid Norberg
2009-11-09 07:26:40 +00:00
parent fc3e8c28be
commit 3b9b8b144c
9 changed files with 11355 additions and 14 deletions

View File

@@ -292,6 +292,10 @@ Build features:
| | bittorrent connections. |
| | * ``gcrypt`` - links against libgcrypt to enable |
| | encrypted bittorrent connections. |
| | * ``tommath`` - uses a shipped version of |
| | libtommath and a custom rc4 implementation |
| | (based on libtomcrypt). This is the default |
| | option. |
| | * ``off`` - turns off support for encrypted |
| | connections. The shipped public domain SHA-1 |
| | implementation is used. |