aboutsummaryrefslogtreecommitdiff
path: root/proposals/280-privcount-in-tor.txt
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-09-13 11:51:44 +1000
committerteor <teor2345@gmail.com>2017-09-13 11:51:44 +1000
commit51825e0d22fab0de2499cfd1e89c287a85683c08 (patch)
tree879b7a482a4e935f15dddd49c6ab673f3b4ed38c /proposals/280-privcount-in-tor.txt
parentcb2960f6ba05c0543fb3ea42abe0db6833205c8b (diff)
downloadtorspec-51825e0d22fab0de2499cfd1e89c287a85683c08.tar.gz
torspec-51825e0d22fab0de2499cfd1e89c287a85683c08.zip
Fix some prop280 typos reported by arma
Diffstat (limited to 'proposals/280-privcount-in-tor.txt')
-rw-r--r--proposals/280-privcount-in-tor.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/proposals/280-privcount-in-tor.txt b/proposals/280-privcount-in-tor.txt
index f0e4bd3..716b48e 100644
--- a/proposals/280-privcount-in-tor.txt
+++ b/proposals/280-privcount-in-tor.txt
@@ -67,9 +67,9 @@ Status: Draft
In order to prevent bogus data from corrupting the tally, the Tor
relays and the Tally Reporters perform multiple "instances" of this
- algorithm, randomly sampling in each relays. The relay sends multiple
- Y values for each measurement, built with different sets of B_i.
- These "instances" are numbered in order from 1 to R.
+ algorithm, randomly sampling the relays in each instance. Each relay
+ sends multiple Y values for each measurement, built with different
+ sets of B_i. These "instances" are numbered in order from 1 to R.
So that the system will still produce results in the event of a single
Tally Reporter failure, these instances are distributed across multiple
@@ -108,9 +108,9 @@ Status: Draft
noise.)
We also need to work out how to handle instances with mixed
- Tor versions, where some Data Collectors report different
- counters to other Data Collectors. (The blinding works if we
- substitute zeroes for missing counters on Tally Reporters.
+ Tor versions, where some Data Collectors report a different
+ set of counters than other Data Collectors. (The blinding works
+ if we substitute zeroes for missing counters on Tally Reporters.
But we also need to add noise in this case.)
-teor