Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcrypt crypt.3: add a reference for Argon2



details:   https://anonhg.NetBSD.org/src/rev/5d769137847a
branches:  trunk
changeset: 989934:5d769137847a
user:      nia <nia%NetBSD.org@localhost>
date:      Wed Oct 20 20:29:33 2021 +0000

description:
crypt.3: add a reference for Argon2

diffstat:

 lib/libcrypt/crypt.3 |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 4d488f262b44 -r 5d769137847a lib/libcrypt/crypt.3
--- a/lib/libcrypt/crypt.3      Wed Oct 20 20:21:44 2021 +0000
+++ b/lib/libcrypt/crypt.3      Wed Oct 20 20:29:33 2021 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index