]> git.codecow.com Git - Monocypher.git/commitdiff
doc: Argon2 now has an RFC, not just a draft
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Wed, 8 Sep 2021 14:34:55 +0000 (16:34 +0200)
committerLoup Vaillant <github-is-valid@loup-vaillant.fr>
Thu, 9 Sep 2021 21:33:41 +0000 (23:33 +0200)
doc/man/man3/crypto_argon2i.3monocypher

index b5cfad6e0902fb0802147a9692f18a76484c9f15..5040dc64605e53a677e4837af10da4531fca000a 100644 (file)
@@ -10,7 +10,7 @@
 .\"
 .\" Copyright (c) 2017-2019 Loup Vaillant
 .\" Copyright (c) 2018 Michael Savage
-.\" Copyright (c) 2017, 2019-2020 Fabio Scotoni
+.\" Copyright (c) 2017, 2019-2021 Fabio Scotoni
 .\" All rights reserved.
 .\"
 .\"
@@ -40,7 +40,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Written in 2017-2020 by Loup Vaillant, Michael Savage and Fabio Scotoni
+.\" Written in 2017-2021 by Loup Vaillant, Michael Savage and Fabio Scotoni
 .\"
 .\" To the extent possible under law, the author(s) have dedicated all copyright
 .\" and related neighboring rights to this software to the public domain
@@ -50,7 +50,7 @@
 .\" with this software.  If not, see
 .\" <https://creativecommons.org/publicdomain/zero/1.0/>
 .\"
-.Dd September 26, 2020
+.Dd September 9, 2021
 .Dt CRYPTO_ARGON2I 3MONOCYPHER
 .Os
 .Sh NAME
@@ -287,8 +287,7 @@ if (work_area == NULL) {
 .Xr crypto_wipe 3monocypher ,
 .Xr intro 3monocypher
 .Sh STANDARDS
-These functions implement Argon2i.
-An RFC draft is being maintained.
+These functions implement Argon2i as described in RFC 9106.
 .Sh HISTORY
 The
 .Fn crypto_argon2i_general