aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml30
1 files 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)
1143 PoW calculations the algorithm is instantiated with the 1143 PoW calculations the algorithm is instantiated with the
1144 following parameters: 1144 following parameters:
1145 </t> 1145 </t>
1146 <artwork name="" type="" align="left" alt=""><![CDATA[ 1146 <dl>
1147<CODE BEGINS> 1147 <dt>S</dt>
1148S := "GnsRevocationPow" /* Salt, 16 byte */ 1148 <dd>The salt. Fixed 16-octet string: "GnsRevocationPow".</dd>
1149t := 3 /* Iterations */ 1149 <dt>t</dt>
1150m := 1024 /* Memory size, 1 MiB */ 1150 <dd>Number of iterations: 3</dd>
1151T := 64 /* Tag (=output) length in bytes */ 1151 <dt>m</dt>
1152p := 1 /* Parallelization parameter */ 1152 <dd>Memory size in KiB: 1024</dd>
1153v := 0x13 /* Version */ 1153 <dt>T</dt>
1154y := 2 /* Type (Argon2id) */ 1154 <dd>Output length of hash in bytes: 64</dd>
1155X, K are unused 1155 <dt>p</dt>
1156<CODE ENDS> 1156 <dd>Parallelization parameter: 1</dd>
1157 ]]></artwork> 1157 <dt>v</dt>
1158 <dd>Algorithm version: 0x13</dd>
1159 <dt>y</dt>
1160 <dd>Algorithm type (Argon2id): 2</dd>
1161 <dt>X</dt><dd>Unused</dd>
1162 <dt>K</dt><dd>Unused</dd>
1163 </dl>
1158 <t> 1164 <t>
1159 The following is the message string "P" on which the PoW is 1165 The following is the message string "P" on which the PoW is
1160 calculated: 1166 calculated: