Hello list,

Is it a good idea to add Argon2 and other KDFs in the supported
features list of libgcrypt in
<https://gnupg.org/software/libgcrypt/index.html>? I noticed Libgcrypt
supports Argon2 but it's not listed, is it because the LTS release has
not caught up yet?

Regards,
Nikolaos Chatzikonstantinou
From 9199f3b96ed2f368506209a242e3c14404cdf462 Mon Sep 17 00:00:00 2001
From: Nikolaos Chatzikonstantinou <nchatz...@gmail.com>
Date: Thu, 28 Dec 2023 16:39:04 -0500
Subject: [PATCH] web: add supported key derivation functions

---
 web/software/libgcrypt/index.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/software/libgcrypt/index.org b/web/software/libgcrypt/index.org
index 324ab6d..d15c8b5 100644
--- a/web/software/libgcrypt/index.org
+++ b/web/software/libgcrypt/index.org
@@ -32,6 +32,7 @@
    Poly1305-AES, Poly1305-CAMELLIA, Poly1305-TWOFISH,
    Poly1305-SERPENT, Poly1305-SEED),
    public key algorithms (RSA, Elgamal, DSA, ECDSA, EdDSA, ECDH),
+   key derivation functions (Argon2, PBKDF2, S2K, Scrypt),
    large integer functions, random numbers and a lot of
    supporting functions.
 
-- 
2.39.2

_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
https://lists.gnupg.org/mailman/listinfo/gcrypt-devel

Reply via email to