lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

commit ddb18ac2e9771c8a37685e0681ee8b19f5351ad5
parent 9145566b383c5f83a50d189fbd925a95683b721f
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date:   Tue, 26 May 2020 16:35:53 +0200

more nits

Diffstat:
Mdraft-schanzen-gns.xml | 30++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)

diff --git 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: