From 1f65eb8efc7583b399df3ebed9288eb72f41b4c4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 5 Sep 2024 12:47:03 +0100 Subject: Fix needlessly separating threads and lanes in the argon2 module. We were not using these correctly and Argon2 uses the thread count as the lane count anyway so its pointless to even have a setting for this. --- docs/conf/modules.example.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/conf/modules.example.conf') diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index b59f1291c..6483793f4 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -169,7 +169,6 @@ # # memory: Memory hardness, in KiB. E.g. 131072 KiB = 128 MiB. # iterations: Time hardness in iterations. (def. 3) -# lanes: How many parallel chains can be run. (def. 1) # threads: Maximum amount of threads each invocation can spawn. (def. 1) # length: Output length in bytes. (def. 32) # saltlength: Salt length in bytes. (def. 16) -- cgit v1.3.1-10-gc9f91