From 15c23721f5a3ae75f8a2cd9f2f22d4502eb652b8 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 27 Mar 2024 18:03:35 -0700 Subject: [PATCH] test --- 04-onion-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-onion-routing.md b/04-onion-routing.md index e4cd40a4d..7d32d07da 100644 --- a/04-onion-routing.md +++ b/04-onion-routing.md @@ -492,7 +492,7 @@ may contain the following TLV fields: #### Requirements -A recipient `N_r` creating a blinded route `N_0 -> N_1 -> ... -> N_r` to itself: +A recipient $`N_r`$ creating a blinded route $`N_0 \rightarrow N_1 \rightarrow ... \rightarrow N_r`$ to itself: - MUST create a blinded node ID `B_i` for each node using the following algorithm: - `e_0 <-$ {0;1}^256` (`e_0` SHOULD be obtained via CSPRG)