gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: fix non-compiant scrypt


From: gnunet
Subject: [lsd0001] branch master updated: fix non-compiant scrypt
Date: Sun, 16 Feb 2020 13:20:33 +0100

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 8d7c17b  fix non-compiant scrypt
8d7c17b is described below

commit 8d7c17bd39936b46a119908b7952fa73ac267443
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Sun Feb 16 13:16:39 2020 +0100

    fix non-compiant scrypt
---
 draft-schanzen-gns.html | 2 +-
 draft-schanzen-gns.txt  | 2 +-
 draft-schanzen-gns.xml  | 2 +-
 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 {
 <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 &gt;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
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
    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
index d4e2724..ef0badb 100644
--- 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 */

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



reply via email to

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