Module Name:    src
Committed By:   nia
Date:           Wed Oct 20 20:29:33 UTC 2021

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

Log Message:
crypt.3: add a reference for Argon2


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/lib/libcrypt/crypt.3:1.33
--- src/lib/libcrypt/crypt.3:1.32	Tue Oct 12 21:41:13 2021
+++ src/lib/libcrypt/crypt.3	Wed Oct 20 20:29:33 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: crypt.3,v 1.32 2021/10/12 21:41:13 wiz Exp $
+.\"	$NetBSD: crypt.3,v 1.33 2021/10/20 20:29:33 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 October 12, 2021
+.Dd October 20, 2021
 .Dt CRYPT 3
 .Os
 .Sh NAME
@@ -372,6 +372,15 @@ usual political silliness.
 .Xr passwd 5 ,
 .Xr passwd.conf 5
 .Rs
+.%T "Argon2: the memory-hard function for password hashing and other applications"
+.%A Alex Biryukov
+.%A Daniel Dinu
+.%A Dmitry Khovratovich
+.%D 2017
+.%I University of Luxembourg
+.%U https://www.password-hashing.net/
+.Re
+.Rs
 .%T "Mathematical Cryptology for Computer Scientists and Mathematicians"
 .%A Wayne Patterson
 .%D 1987

Reply via email to