From 3454e0328d57f57852bf12d698b6b4a4736d0719 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 20 May 2026 20:29:04 +0200 Subject: Prepare for supporting custom algorithms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- argon2/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argon2/hash.c') diff --git a/argon2/hash.c b/argon2/hash.c index d06ec1e..2a41c69 100644 --- a/argon2/hash.c +++ b/argon2/hash.c @@ -106,7 +106,7 @@ librecrypt__argon2__hash(char *restrict out_buffer, size_t size, const char *phr (void) reserved; /* Parse `settings` */ - r = librecrypt_check_settings_(settings, prefix, + r = librecrypt_scan_settings_(settings, prefix, "$argon2%^s$%^sm=%^p,t=%^p,p=%^p$%&b$%^h", &type, "id", "i", "ds", "d", NULL, /* order partially matters */ &version, "v=19$", "v=16$", "", NULL, /* empty string last */ -- cgit v1.2.3-70-g09d2