commit e3dd5e32dbf1894395fb59230ac2ca04b3fd4d71
parent 366ccb831d9ec0dfe23c377ff5fe2533ac256654
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Sun, 19 Dec 2021 12:02:52 +0100
better dht wording
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -137,11 +137,12 @@
<t>
This document defines the normative wire format of resource records, resolution processes,
cryptographic routines and security considerations for use by implementors.
- GNS requires a distributed hash table (DHT) for record storage.
In general any API which allows storing a value under a key and retrieving
- a value from the key can be used.
- Specification of the DHT is out of scope of this document.
- Possible implementation of such a service include <xref target="RFC7363" />
+ a value from the key can be used by an implementation for record storage.
+ It is expected that a GNS implementation is using a distributed hash
+ table (DHT).
+ Specification of such a DHT is out of scope of this document but
+ possible existing implementations include <xref target="RFC7363" />
<xref target="Kademlia" />, <xref target="R5N" /> or <xref target="Ipfs" />.
</t>
<t>
@@ -1114,8 +1115,7 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
<section anchor="publish" numbered="true" toc="default">
<name>Publishing Records</name>
<t>
- GNS resource records are published in a distributed hash table (DHT).
- We assume that a DHT provides two functions: GET(key) and PUT(key,value).
+ We assume that a storage API provides two functions: GET(key) and PUT(key,value).
In GNS, resource records are grouped by their respective labels,
encrypted and published together in a single resource records block
(RRBLOCK) in the DHT under a key "q": PUT(q, RRBLOCK).