aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/modules.example.conf
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-09-05 12:47:03 +0100
committerGravatar Sadie Powell2024-09-05 12:47:03 +0100
commit1f65eb8efc7583b399df3ebed9288eb72f41b4c4 (patch)
tree5bb977021940e12ebdbb6c0eb71b8a9a7657e050 /docs/conf/modules.example.conf
parentMake the <define> options in the example config actually useful. (diff)
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.
Diffstat (limited to 'docs/conf/modules.example.conf')
-rw-r--r--docs/conf/modules.example.conf1
1 files changed, 0 insertions, 1 deletions
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)