commit 586eefedcd322feff099ead14fd0e83f93a7abaf Author: Nick Mathewson nickm@torproject.org Date: Thu Dec 5 11:26:14 2013 -0500
Add references to other documents --- proposals/224-rend-spec-ng.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt index f88a287..0f94745 100644 --- a/proposals/224-rend-spec-ng.txt +++ b/proposals/224-rend-spec-ng.txt @@ -580,6 +580,9 @@ Status: Draft * the hidden service directories' public keys, * a shared random value that changes in each time period, * a set of network-wide networkstatus consensus parameters. + (Consensus parameters are integer values voted on by authorities + and published in the consensus documents, described in + dir-spec.txt, section 3.3.)
Below we explain in more detail.
@@ -688,7 +691,8 @@ Status: Draft INT_8(period_num) )
where shared_random is the shared value generated by the authorities - in section PUB-SHAREDRANDOM. + in section PUB-SHAREDRANDOM, and node_identity_digest is a SHA1 + digest of the node's RSA public key as described in tor-spec.txt.
Finally, for replicanum in 1...hsdir_n_replicas, the hidden service host uploads descriptors to the first hsdir_spread_store nodes whose
tor-commits@lists.torproject.org