diff options
author | Christian Pointner <equinox@anytun.org> | 2014-06-21 19:48:12 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2014-06-21 19:48:12 +0000 |
commit | b0eb467680943a45f7ef2346d37efce073b837b2 (patch) | |
tree | 6b26bf687a2e6fb22f57db12b7b14ea70a91a210 /README | |
parent | fixed typo in description (diff) | |
parent | implemented key derivation in nettle (diff) |
merged nettle branch to trunk
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,8 +1,8 @@ Dependencies ============ -uAnytun can be built by using either libgcrypt or the openssl-crypto library. -The latter is more performant in most cases but there are some license +uAnytun can be built by using either libgcrypt, libnettle or the openssl-crypto +library. The latter is more performant in most cases but there are some license issues when using this library. It also needs more space when installed. @@ -20,7 +20,13 @@ using ssl crypto library: build-essential libssl-dev +using nettle crypto library: + + build-essential + nettle-dev + if you want clang as compiler + clang if you want to rebuild the manpage: |