Module Name:    src
Committed By:   nia
Date:           Tue Oct 12 17:27:26 UTC 2021

Modified Files:
        src/lib/libcrypt: crypt.3

Log Message:
crypt.3: note parallelism caveats


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libcrypt/crypt.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcrypt/crypt.3
diff -u src/lib/libcrypt/crypt.3:1.30 src/lib/libcrypt/crypt.3:1.31
--- src/lib/libcrypt/crypt.3:1.30	Tue Oct 12 15:25:27 2021
+++ src/lib/libcrypt/crypt.3	Tue Oct 12 17:27:26 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: crypt.3,v 1.30 2021/10/12 15:25:27 andvar Exp $
+.\"	$NetBSD: crypt.3,v 1.31 2021/10/12 17:27:26 nia Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)crypt.3	8.2 (Berkeley) 12/11/93
 .\"
-.Dd January 1, 2012
+.Dd October 12, 2021
 .Dt CRYPT 3
 .Os
 .Sh NAME
@@ -252,6 +252,7 @@ We parameterize on three variables.
 First, m_cost (m), specifies the memory usage in KB.
 Second, t_cost (t), specifies the number of iterations.
 Third, parallelism (p) specifies the number of threads.
+this is currently ignored and one thread will always be used.
 A valid Argon2 encoded password looks similar to
 .Bd -literal
 $argon2id$v=19$m=4096,t=6,p=1$qCatF9a1s/6TgcYB$ \

Reply via email to