projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e273b24
)
add libsodium dep to README
author
Florian Dold
<florian.dold@gmail.com>
Wed, 6 May 2020 15:41:08 +0000
(21:11 +0530)
committer
Florian Dold
<florian.dold@gmail.com>
Wed, 6 May 2020 15:41:08 +0000
(21:11 +0530)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index 5c4648b8e2dae025e06364b3383662e0a76a0a11..87d4d635e0c81cc223fb10121b094bc8bf5a0cb3 100644
(file)
--- 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:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~