From f7458b13e25fd8a61bdb922e2a750bb12ec3312c Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 19 Apr 2017 10:23:17 -0400 Subject: prop224: Replace HMAC by a H construction Signed-off-by: David Goulet --- proposals/224-rend-spec-ng.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proposals/224-rend-spec-ng.txt') 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. -- cgit v1.2.3-54-g00ecf