aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-02-16 13:16:39 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-02-16 13:16:39 +0100
commit8d7c17bd39936b46a119908b7952fa73ac267443 (patch)
tree75537c934ccbe301b7ee0a871c06783244caf22f
parent690af736f61ab357647dd64fcb806232c16d1c75 (diff)
downloadlsd0001-8d7c17bd39936b46a119908b7952fa73ac267443.tar.gz
lsd0001-8d7c17bd39936b46a119908b7952fa73ac267443.zip
fix non-compiant scrypt
-rw-r--r--draft-schanzen-gns.html2
-rw-r--r--draft-schanzen-gns.txt2
-rw-r--r--draft-schanzen-gns.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
index 5ce0abe..308aeac 100644
--- a/draft-schanzen-gns.html
+++ b/draft-schanzen-gns.html
@@ -2420,7 +2420,7 @@ table {
2420<div class="artwork art-text alignLeft" id="section-7-8"> 2420<div class="artwork art-text alignLeft" id="section-7-8">
2421<pre> 2421<pre>
2422 S := "gnunet-revocation-proof-of-work" /* Salt */ 2422 S := "gnunet-revocation-proof-of-work" /* Salt */
2423 N := 1 /* CPU memory cost parameter TODO spec says &gt;1!!! */ 2423 N := 2
2424 r := 8 /* Block size */ 2424 r := 8 /* Block size */
2425 p := 2 /* Parallelization parameter */ 2425 p := 2 /* Parallelization parameter */
2426 dkLen := 512 /* Intended output length */ 2426 dkLen := 512 /* Intended output length */
diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt
index 540b2e3..437156a 100644
--- a/draft-schanzen-gns.txt
+++ b/draft-schanzen-gns.txt
@@ -1101,7 +1101,7 @@ Internet-Draft The GNU Name System November 2019
1101 the following parameters set: 1101 the following parameters set:
1102 1102
1103 S := "gnunet-revocation-proof-of-work" /* Salt */ 1103 S := "gnunet-revocation-proof-of-work" /* Salt */
1104 N := 1 /* CPU memory cost parameter TODO spec says >1!!! */ 1104 N := 2
1105 r := 8 /* Block size */ 1105 r := 8 /* Block size */
1106 p := 2 /* Parallelization parameter */ 1106 p := 2 /* Parallelization parameter */
1107 dkLen := 512 /* Intended output length */ 1107 dkLen := 512 /* Intended output length */
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index d4e2724..ef0badb 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1166,7 +1166,7 @@
1166 </t> 1166 </t>
1167 <artwork name="" type="" align="left" alt=""><![CDATA[ 1167 <artwork name="" type="" align="left" alt=""><![CDATA[
1168 S := "gnunet-revocation-proof-of-work" /* Salt */ 1168 S := "gnunet-revocation-proof-of-work" /* Salt */
1169 N := 1 /* CPU memory cost parameter TODO spec says >1!!! */ 1169 N := 2
1170 r := 8 /* Block size */ 1170 r := 8 /* Block size */
1171 p := 2 /* Parallelization parameter */ 1171 p := 2 /* Parallelization parameter */
1172 dkLen := 512 /* Intended output length */ 1172 dkLen := 512 /* Intended output length */