From a858bb8d76f280a90b36e27031d23c1ad0eccaac Mon Sep 17 00:00:00 2001 From: Phong Le Date: Mon, 29 Apr 2024 09:32:41 -0400 Subject: [PATCH] Update 04-onion-routing.md --- 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 30a6352e4..80f766bd2 100644 --- a/04-onion-routing.md +++ b/04-onion-routing.md @@ -495,7 +495,7 @@ may contain the following TLV fields: 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 /leftarrow {0;1}^256`$ ($`e_0`$ SHOULD be obtained via CSPRG) + - $`e_0 \leftarrow {0;1}^{256}`$ ($`e_0`$ SHOULD be obtained via CSPRG) - $`E_0 = e_0 \cdot G`$ - For every node in the route: - let $`N_i = k_i * G`$ be the `node_id` ($`k_i`$ is $`N_i`$'s private key)