commit bb732b640e17c70bb2c094ed74363e43e9493a23
parent bb58b64438f1163eb974cb90c231f358dcd81cf6
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date: Tue, 26 May 2020 10:41:46 +0200
use argon2id
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -1140,7 +1140,7 @@ NICK: john (Supplemental)
ahead of time to support timely revocation.
</t>
<t>
- For all occurences below, "Argon2d" is the Password-based Key
+ For all occurences below, "Argon2id" is the Password-based Key
Derivation Function as defined in <xref target="Argon2" />. For the
PoW calculations the algorithm is instantiated with the
following parameters:
@@ -1152,7 +1152,7 @@ m := 1024 /* Memory size, 1 MiB */
T := 64 /* Tag (=output) length in bytes */
p := 1 /* Parallelization parameter */
v := 0x13 /* Version */
-y := 0 /* Type (Argon2d) */
+y := 2 /* Type (Argon2id) */
X, K are unused
]]></artwork>
<t>