aboutsummaryrefslogtreecommitdiff
path: root/proposals/224-rend-spec-ng.txt
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-19 09:58:21 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-04-19 09:58:21 -0400
commitcaa9353c7146fd0d8efb774eef951ed3ac4b526e (patch)
tree5f60eb25748ce98c1c49192a3dc8ec9b65eb79e4 /proposals/224-rend-spec-ng.txt
parent9633331a0d254f1b9795a5139463587f0675189f (diff)
downloadtorspec-caa9353c7146fd0d8efb774eef951ed3ac4b526e.tar.gz
torspec-caa9353c7146fd0d8efb774eef951ed3ac4b526e.zip
prop224: Use consistent notation of period_num
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'proposals/224-rend-spec-ng.txt')
-rw-r--r--proposals/224-rend-spec-ng.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index c037ff8..d403343 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -903,9 +903,10 @@ Table of contents:
To do so, Tor clients and services use:
- SRV = HMAC("shared-random-disaster", TIME_PERIOD_NUM)
+ SRV = HMAC("shared-random-disaster", INT_8(period_num))
- as the SRV for time period TIME_PERIOD_NUM.
+ where period_num is calculated as specified in [TIME-PERIODS] for the
+ wanted shared random value that could not be found originally.
2.3.2. Hidden services and changing shared random values