Skip to content

Commit 26f4185

Browse files
authored
Merge pull request #20 from nervosnetwork/fix-typos-formatting
Fix typos and formatting issues in spec.md
2 parents d894ee8 + 3168cf8 commit 26f4185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ There are there hash function used in the equations: $h_b$, $h_\mu$, and $h_\rho
6363

6464
### Filler Generation
6565

66-
Filler is used to fill the blanks when a hop removes its message from the packet. The origin node generates the filler string from $n_0$ to $\n_{v-2}$ incrementally.
66+
Filler is used to fill the blanks when a hop removes its message from the packet. The origin node generates the filler string from $n_0$ to $n_{v-2}$ incrementally.
6767

6868
Let $\phi_0$ be an empty string. For $0 \lt i \lt v$:
6969

@@ -130,7 +130,7 @@ Refer to the illustration in the Figure 2.
130130

131131
## Peeling and Forwarding
132132

133-
Input: The node $n_i$ who possesses the private key $x_i$ has received the message $(\alpha_i, \beta_i, \gamma_i)$.
133+
Input: The node $n_i$ who possesses the private key $x_i$ has received the message $(\alpha_i, \beta_i, \gamma_i)$.
134134

135135
The node $n_i$ can get the Diffie-Hellman shared secret $s_i$ from $x_i$ and $\alpha_i$.
136136

0 commit comments

Comments
 (0)