aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2024-01-23 18:28:11 +0000
committerDavid Goulet <dgoulet@torproject.org>2024-01-23 18:28:11 +0000
commite7c8ebae7f85030b24c5fc30938ece9458fa65b0 (patch)
treea3386a203bc9fd4d6ebd4164aa00d9cc46874112
parent693947be7be58e45d0c54495d58315cca7c24db5 (diff)
parentad7b206bd1a74a36d9285d287603fa3792739c1c (diff)
downloadtorspec-e7c8ebae7f85030b24c5fc30938ece9458fa65b0.tar.gz
torspec-e7c8ebae7f85030b24c5fc30938ece9458fa65b0.zip
Merge branch 'correct_ope_start_time' into 'main'
Correct the start time for the OPE-based RC algorithm Closes #250 See merge request tpo/core/torspec!241
-rw-r--r--spec/rend-spec/revision-counter-mgt.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rend-spec/revision-counter-mgt.md b/spec/rend-spec/revision-counter-mgt.md
index a59c606..f5c9a9c 100644
--- a/spec/rend-spec/revision-counter-mgt.md
+++ b/spec/rend-spec/revision-counter-mgt.md
@@ -30,7 +30,8 @@ service instances need to
without an actual coordination mechanism.
Let T be the number of seconds that have elapsed
-since the beginning of the time period,
+since the start time of the SRV protocol run
+that corresponds to this descriptor,
plus 1. (T must be at least 1.)
Let S be a per-time-period secret that all the service providers share.