aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--draft-schanzen-gns.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index eac69fb..e54f27b 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1116,11 +1116,11 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
1116 <t> 1116 <t>
1117 In general any API which allows storing a value under a key and retrieving 1117 In general any API which allows storing a value under a key and retrieving
1118 a value from the key can be used by an implementation for record storage. 1118 a value from the key can be used by an implementation for record storage.
1119 It is expected that a GNS implementation is using a distributed 1119 It is expected that a GNS implementations use distributed or decentralized
1120 hash table (DHT) in order to facilitate availability within a network 1120 storages such as distributed hash tables (DHT) in order to facilitate
1121 without the need of servers. 1121 availability within a network without the need of servers.
1122 Specification of such a DHT is out of scope of this document but 1122 Specification of such a distributed or decentralized storage is out of
1123 possible existing implementations include <xref target="RFC7363" />, 1123 scope of this document but possible existing implementations include <xref target="RFC7363" />,
1124 <xref target="Kademlia" />, <xref target="R5N" /> or <xref target="Ipfs" />. 1124 <xref target="Kademlia" />, <xref target="R5N" /> or <xref target="Ipfs" />.
1125 </t> 1125 </t>
1126 <t> 1126 <t>