[tor-commits] [torspec/master] prop224: Replace HMAC by a H construction
dgoulet at torproject.org
dgoulet at torproject.org
Wed Apr 19 14:25:44 UTC 2017
commit f7458b13e25fd8a61bdb922e2a750bb12ec3312c
Author: David Goulet <dgoulet at torproject.org>
Date: Wed Apr 19 10:23:17 2017 -0400
prop224: Replace HMAC by a H construction
Signed-off-by: David Goulet <dgoulet at torproject.org>
---
proposals/224-rend-spec-ng.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
More information about the tor-commits
mailing list