aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-02 19:35:08 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-02 19:35:08 +0100
commit8def6dafdb9b42f12d5aebf74d163e5fbe5b51d3 (patch)
tree8fffdfa5a787114c05087e5026833773e597d01d /draft-schanzen-gns.xml
parent068fe3320d0ae8bf2325f3529509e2d9a13d104d (diff)
downloadlsd0001-8def6dafdb9b42f12d5aebf74d163e5fbe5b51d3.tar.gz
lsd0001-8def6dafdb9b42f12d5aebf74d163e5fbe5b51d3.zip
in order not important
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 7822bef..61f66b1 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -733,11 +733,10 @@ zTLD := zkl[126..129].zkl[63..125].zkl[0..62]
733 <dd>Field as defined in the revocation message above.</dd> 733 <dd>Field as defined in the revocation message above.</dd>
734 </dl> 734 </dl>
735 <t> 735 <t>
736 In order to verify a revocation the following steps must be taken, 736 In order to verify a revocation the following steps MUST be taken:
737 in order: <!-- FIXME: why can an implementation not change the order, say if one check is slower than other checks? -->
738 </t> 737 </t>
739 <ol> 738 <ol>
740 <li>The signature MUST match the public key.</li> 739 <li>The signature MUST be verified against the zone key.</li>
741 <li>The set of POW values MUST NOT contain duplicates.</li> 740 <li>The set of POW values MUST NOT contain duplicates.</li>
742 <li>The average number of leading zeroes D' resulting from the provided 741 <li>The average number of leading zeroes D' resulting from the provided
743 POW values MUST be greater than and not equal to D. Implementors 742 POW values MUST be greater than and not equal to D. Implementors