commit 48ed4c49b61ac004d04e6fa1b681577921fc6100
parent 89214a08261ae9d9c94b569e866bdfe78d7caa83
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date: Mon, 17 Feb 2020 21:06:57 +0100
fix error
Diffstat:
3 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
@@ -2487,11 +2487,12 @@ table {
<figcaption><a href="#figure-18" class="selfRef">Figure 18</a></figcaption></figure>
<p id="section-7-15">
The above EREV data object is again derived using the scrypt algorithm.
- The proof of work is complete, if the following inequality holds:<a href="#section-7-15" class="pilcrow">¶</a></p>
+ The proof of work is complete, if the following inequality holds for a
+ given NONCE:<a href="#section-7-15" class="pilcrow">¶</a></p>
<figure id="figure-19">
<div class="artwork art-text alignLeft" id="section-7-16.1">
<pre>
- POW := scrypt(P := EREV) < 2^(39)-1
+ scrypt(P := EREV) < 2^(39)-1
</pre>
</div>
@@ -2522,7 +2523,7 @@ table {
| |
| |
+-----+-----+-----+-----+-----+-----+-----+-----+
- | POW |
+ | NONCE |
+-----------------------------------------------+
</pre>
</div>
@@ -2534,7 +2535,7 @@ table {
<dd id="section-7-20.2">
A 512-bit ECDSA deterministic signature compliant with
<span>[<a href="#RFC6979" class="xref">RFC6979</a>]</span> over the public zone zk of the zone
- which is revoked and corresponds to the key used in POW.
+ which is revoked and corresponds to the key used in the proof-of-work.
The signature is created using the private zone key "d" (see
<a href="#zones" class="xref">Section 2</a>).<a href="#section-7-20.2" class="pilcrow">¶</a>
</dd>
@@ -2545,9 +2546,9 @@ table {
wire format of this value is defined in <span>[<a href="#RFC8032" class="xref">RFC8032</a>]</span>,
Section 5.1.5.<a href="#section-7-20.4" class="pilcrow">¶</a>
</dd>
-<dt id="section-7-20.5">POW</dt>
+<dt id="section-7-20.5">NONCE</dt>
<dd id="section-7-20.6">
- The value of the proof of work.<a href="#section-7-20.6" class="pilcrow">¶</a>
+ The nonce calculated as part of the proof-of-work.<a href="#section-7-20.6" class="pilcrow">¶</a>
</dd>
</dl>
<p id="section-7-21">
diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt
@@ -1163,9 +1163,9 @@ Internet-Draft The GNU Name System November 2019
The above EREV data object is again derived using the scrypt
algorithm. The proof of work is complete, if the following
- inequality holds:
+ inequality holds for a given NONCE:
- POW := scrypt(P := EREV) < 2^(39)-1
+ scrypt(P := EREV) < 2^(39)-1
Figure 19
@@ -1200,7 +1200,7 @@ Internet-Draft The GNU Name System November 2019
| |
| |
+-----+-----+-----+-----+-----+-----+-----+-----+
- | POW |
+ | NONCE |
+-----------------------------------------------+
Figure 20
@@ -1209,14 +1209,14 @@ Internet-Draft The GNU Name System November 2019
SIGNATURE A 512-bit ECDSA deterministic signature compliant with
[RFC6979] over the public zone zk of the zone which is revoked and
- corresponds to the key used in POW. The signature is created
- using the private zone key "d" (see Section 2).
+ corresponds to the key used in the proof-of-work. The signature
+ is created using the private zone key "d" (see Section 2).
PUBLIC KEY is the 256-bit public key "zk" of the zone which is being
revoked and the key to be used to verify SIGNATURE. The wire
format of this value is defined in [RFC8032], Section 5.1.5.
- POW The value of the proof of work.
+ NONCE The nonce calculated as part of the proof-of-work.
The signature over the public key covers a 32 bit pseuso header
conceptually prefixed to the public key. The pseudo header includes
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -1229,11 +1229,12 @@
</figure>
<t>
The above EREV data object is again derived using the scrypt algorithm.
- The proof of work is complete, if the following inequality holds:
+ The proof of work is complete, if the following inequality holds for a
+ given NONCE:
</t>
<figure>
<artwork name="" type="" align="left" alt=""><![CDATA[
- POW := scrypt(P := EREV) < 2^(39)-1
+ scrypt(P := EREV) < 2^(39)-1
]]>
</artwork>
</figure>
@@ -1262,7 +1263,7 @@
| |
| |
+-----+-----+-----+-----+-----+-----+-----+-----+
- | POW |
+ | NONCE |
+-----------------------------------------------+
]]></artwork>
</figure>
@@ -1272,7 +1273,7 @@
<dd>
A 512-bit ECDSA deterministic signature compliant with
<xref target="RFC6979" /> over the public zone zk of the zone
- which is revoked and corresponds to the key used in POW.
+ which is revoked and corresponds to the key used in the proof-of-work.
The signature is created using the private zone key "d" (see
<xref target="zones" />).
</dd>
@@ -1283,9 +1284,9 @@
wire format of this value is defined in <xref target="RFC8032" />,
Section 5.1.5.
</dd>
- <dt>POW</dt>
+ <dt>NONCE</dt>
<dd>
- The value of the proof of work.
+ The nonce calculated as part of the proof-of-work.
</dd>
</dl>
<t>