summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2021-10-02 14:36:31 +0300
committerdefanor <defanor@uberspace.net>2021-10-02 14:36:31 +0300
commit43f40dd55fa9d20b6ff29e4eca45de88ef01a2d7 (patch)
tree1bdad06a9e43a29aa4a83ba4334442043a982261 /README
parent3af2e52b7b98d894fc5c74e674e95eac24b74f6b (diff)
Use libgcrypt for hashing and random
Libgsasl will probably be made optional, so another source of random is needed. Libgsasl uses libgcrypt underneath. Gcrypt, unlike nettle, handles random seeding on its own, which would be annoying to implement for different platforms otherwise.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6f0b183..bf5c72c 100644
--- a/README
+++ b/README
@@ -14,8 +14,8 @@ rely on any particular UI, should be flexible and not stay in the way
of implementing additional XEPs on top of it, and should try to make
it easy to implement a decent client application using it.
-Current dependencies: libxml2, gsasl, nettle. Optionally libunbound or
-c-ares, gnutls with gnutls-dane or openssl, icu-i18n, gpgme, curl.
+Current dependencies: libxml2, gsasl, libgcrypt. Optionally libunbound
+or c-ares, gnutls with gnutls-dane or openssl, icu-i18n, gpgme, curl.
A rough roadmap: