gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: more nits


From: gnunet
Subject: [lsd0001] branch master updated: more nits
Date: Tue, 26 May 2020 16:41:06 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

The following commit(s) were added to refs/heads/master by this push:
     new ddb18ac  more nits
ddb18ac is described below

commit ddb18ac2e9771c8a37685e0681ee8b19f5351ad5
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Tue May 26 16:35:53 2020 +0200

    more nits
---
 draft-schanzen-gns.xml | 30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 0060c41..9233976 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1143,18 +1143,24 @@ NICK: john (Supplemental)
          PoW calculations the algorithm is instantiated with the
          following parameters:
        </t>
-       <artwork name="" type="" align="left" alt=""><![CDATA[
-<CODE BEGINS>
-S := "GnsRevocationPow" /* Salt, 16 byte */
-t := 3 /* Iterations */
-m := 1024 /* Memory size, 1 MiB */
-T := 64 /* Tag (=output) length in bytes */
-p := 1 /* Parallelization parameter */
-v := 0x13 /* Version */
-y := 2 /* Type (Argon2id) */
-X, K are unused
-<CODE ENDS>
-         ]]></artwork>
+       <dl>
+         <dt>S</dt>
+         <dd>The salt. Fixed 16-octet string: "GnsRevocationPow".</dd>
+         <dt>t</dt>
+         <dd>Number of iterations: 3</dd>
+         <dt>m</dt>
+         <dd>Memory size in KiB: 1024</dd>
+         <dt>T</dt>
+         <dd>Output length of hash in bytes: 64</dd>
+         <dt>p</dt>
+         <dd>Parallelization parameter: 1</dd>
+         <dt>v</dt>
+         <dd>Algorithm version: 0x13</dd>
+         <dt>y</dt>
+         <dd>Algorithm type (Argon2id): 2</dd>
+         <dt>X</dt><dd>Unused</dd>
+         <dt>K</dt><dd>Unused</dd>
+       </dl>
        <t>
          The following is the message string "P" on which the PoW is
          calculated:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]