From: Florian Dold Date: Wed, 6 May 2020 15:41:08 +0000 (+0530) Subject: add libsodium dep to README X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=616af9e62f5fd185e244cc9bb5602fb449dc5527;p=oweals%2Fgnunet.git add libsodium dep to README --- diff --git a/README b/README index 5c4648b8e..87d4d635e 100644 --- a/README +++ b/README @@ -98,6 +98,7 @@ These are the direct dependencies for running GNUnet: - zlib - argon2 >= 20190702 (for proof-of-work calculations in revocation) +- libsodium >= 1.0.11 (for elliptic curve cryptography) These are the dependencies for GNUnet's testsuite: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~