commit 364f9dae52c3cf9007482caa28ef8e0ff858b2f3
parent 1c38d4c2534e3237806218fcc4ba5183d338991f
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Mon, 20 Dec 2021 11:59:51 +0100
wording
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -1116,11 +1116,11 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
<t>
In general any API which allows storing a value under a key and retrieving
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) in order to facilitate availability within a network
- without the need of servers.
- Specification of such a DHT is out of scope of this document but
- possible existing implementations include <xref target="RFC7363" />,
+ It is expected that a GNS implementations use distributed or decentralized
+ storages such as distributed hash tables (DHT) in order to facilitate
+ availability within a network without the need of servers.
+ Specification of such a distributed or decentralized storage 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>