commit 8d7c17bd39936b46a119908b7952fa73ac267443
parent 690af736f61ab357647dd64fcb806232c16d1c75
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date: Sun, 16 Feb 2020 13:16:39 +0100
fix non-compiant scrypt
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
@@ -2420,7 +2420,7 @@ table {
<div class="artwork art-text alignLeft" id="section-7-8">
<pre>
S := "gnunet-revocation-proof-of-work" /* Salt */
- N := 1 /* CPU memory cost parameter TODO spec says >1!!! */
+ N := 2
r := 8 /* Block size */
p := 2 /* Parallelization parameter */
dkLen := 512 /* Intended output length */
diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt
@@ -1101,7 +1101,7 @@ Internet-Draft The GNU Name System November 2019
the following parameters set:
S := "gnunet-revocation-proof-of-work" /* Salt */
- N := 1 /* CPU memory cost parameter TODO spec says >1!!! */
+ N := 2
r := 8 /* Block size */
p := 2 /* Parallelization parameter */
dkLen := 512 /* Intended output length */
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -1166,7 +1166,7 @@
</t>
<artwork name="" type="" align="left" alt=""><![CDATA[
S := "gnunet-revocation-proof-of-work" /* Salt */
- N := 1 /* CPU memory cost parameter TODO spec says >1!!! */
+ N := 2
r := 8 /* Block size */
p := 2 /* Parallelization parameter */
dkLen := 512 /* Intended output length */