Module Name: src Committed By: wiz Date: Tue Oct 12 21:41:13 UTC 2021
Modified Files: src/lib/libcrypt: crypt.3 Log Message: Capitalize word. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 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.31 src/lib/libcrypt/crypt.3:1.32 --- src/lib/libcrypt/crypt.3:1.31 Tue Oct 12 17:27:26 2021 +++ src/lib/libcrypt/crypt.3 Tue Oct 12 21:41:13 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: crypt.3,v 1.31 2021/10/12 17:27:26 nia Exp $ +.\" $NetBSD: crypt.3,v 1.32 2021/10/12 21:41:13 wiz Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -252,7 +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. +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$ \