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

Roger Dingledine commited on 2012-08-24 19:04:46
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -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
     
54 54