lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

commit a61551d4ac4480130eb08f2a5f4119e7c2a05187
parent 8def6dafdb9b42f12d5aebf74d163e5fbe5b51d3
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed,  2 Feb 2022 19:38:23 +0100

fix increasing

Diffstat:
Mdraft-schanzen-gns.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -737,7 +737,7 @@ zTLD := zkl[126..129].zkl[63..125].zkl[0..62] </t> <ol> <li>The signature MUST be verified against the zone key.</li> - <li>The set of POW values MUST NOT contain duplicates.</li> + <li>The set of POW values MUST NOT contain duplicates which MUST be checked by verifying that the values are strictly monotonically increasing.</li> <li>The average number of leading zeroes D' resulting from the provided POW values MUST be greater than and not equal to D. Implementors MUST NOT use an integer data type to calculate or represent D'.</li>