From 43f40dd55fa9d20b6ff29e4eca45de88ef01a2d7 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 2 Oct 2021 14:36:31 +0300 Subject: 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. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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: -- cgit v1.2.3