From d6a8ca6c36cd34c01bea6c56cf3de9ff5b17d3b4 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 25 Jul 2021 19:04:52 -0700 Subject: [PATCH] ch-10: specify that mu key is used to generate the inner HMAC --- 10_onion_routing.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_onion_routing.asciidoc b/10_onion_routing.asciidoc index 0321d63..48e5417 100644 --- a/10_onion_routing.asciidoc +++ b/10_onion_routing.asciidoc @@ -395,7 +395,7 @@ For each hop the sender (Alice) repeats the same process: 1. Alice obfuscates the entire onion payload by XOR-ing with the bytes generated from rho. -1. Alice calculates the HMAC of the onion payload +1. Alice calculates the HMAC of the onion payload, using the mu key. 1. Alice adds the session public key (so that the hop can calculate the shared secret)