aboutsummaryrefslogtreecommitdiff
path: root/proposals/224-rend-spec-ng.txt
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-19 10:23:17 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-04-19 10:23:17 -0400
commitf7458b13e25fd8a61bdb922e2a750bb12ec3312c (patch)
tree557654e2bb03d4f412edac01e7795b7ac14e6942 /proposals/224-rend-spec-ng.txt
parentcaa9353c7146fd0d8efb774eef951ed3ac4b526e (diff)
downloadtorspec-f7458b13e25fd8a61bdb922e2a750bb12ec3312c.tar.gz
torspec-f7458b13e25fd8a61bdb922e2a750bb12ec3312c.zip
prop224: Replace HMAC by a H construction
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index d403343..b3fcf81 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -903,7 +903,7 @@ Table of contents:
To do so, Tor clients and services use:
- SRV = HMAC("shared-random-disaster", INT_8(period_num))
+ SRV = H("shared-random-disaster" | INT_8(period_num))
where period_num is calculated as specified in [TIME-PERIODS] for the
wanted shared random value that could not be found originally.