Browse code

the .onion addresses are actually not uniquely derived from the service's key -- many different keys could in theory produce the same .onion address (though we hope they don't in practice).

Roger Dingledine authored on 24/08/2012 19:04:46
Showing 1 changed files
... ...
@@ -47,7 +47,7 @@
47 47
     introduction point, and signs this descriptor with its private key.
48 48
     It uploads that descriptor to a distributed hash table. The descriptor will be
49 49
     found by clients requesting XYZ.onion where XYZ is a 16 character
50
-    name that can be uniquely derived from the service's public key. After
50
+    name derived from the service's public key. After
51 51
     this step, the hidden service is set up.
52 52
     </p>
53 53