diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-05-06 21:11:08 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-05-06 21:11:08 +0530 |
commit | 616af9e62f5fd185e244cc9bb5602fb449dc5527 (patch) | |
tree | b6d5ee50f6f01ca106de676b44c2079ca51b0672 /README | |
parent | e273b24b93243c06ccb36f96a9d48fe49019bfc6 (diff) |
add libsodium dep to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |