Author: arma Date: 2012-08-24 17:04:46 +0000 (Fri, 24 Aug 2012) New Revision: 25771
Modified: website/trunk/docs/en/hidden-services.wml Log: 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).
Modified: website/trunk/docs/en/hidden-services.wml =================================================================== --- website/trunk/docs/en/hidden-services.wml 2012-08-24 14:17:56 UTC (rev 25770) +++ website/trunk/docs/en/hidden-services.wml 2012-08-24 17:04:46 UTC (rev 25771) @@ -47,7 +47,7 @@ introduction point, and signs this descriptor with its private key. It uploads that descriptor to a distributed hash table. The descriptor will be found by clients requesting XYZ.onion where XYZ is a 16 character - name that can be uniquely derived from the service's public key. After + name derived from the service's public key. After this step, the hidden service is set up. </p>
tor-commits@lists.torproject.org