From 8d34d9c8b30dce83406d0c90ae259d0d1d6829a2 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 5 Feb 2024 22:08:46 +0000 Subject: [PATCH] Add argon to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7345e9..b4e98806 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,13 @@ cyrusauth: Character Encodings: * To get proper character encoding and charsets install ICU (`libicu4-dev`) -I18N (UI translation) +I18N (UI translation): * Boost.Locale * gettext is a build dependency +Argon2 password hash: +* libargon2 + ## Installing ZNC Installation from source code is performed using the CMake toolchain.