aboutsummaryrefslogtreecommitdiff
path: root/proposals/332-ntor-v3-with-extra-data.md
diff options
context:
space:
mode:
authorJim Newsome <jnewsome@torproject.org>2023-11-09 11:05:05 -0600
committerJim Newsome <jnewsome@torproject.org>2023-11-09 18:45:20 -0600
commitb74a68361735b4a7c60ed395f417d22914986ae2 (patch)
tree70505487c7ef84aa0ad1bb7f35be9dfbcb41617d /proposals/332-ntor-v3-with-extra-data.md
parent72722037eed69e1a05d204c62ed9629f5b571b85 (diff)
downloadtorspec-b74a68361735b4a7c60ed395f417d22914986ae2.tar.gz
torspec-b74a68361735b4a7c60ed395f417d22914986ae2.zip
Escape brackets that aren't meant to be reference-links
Diffstat (limited to 'proposals/332-ntor-v3-with-extra-data.md')
-rw-r--r--proposals/332-ntor-v3-with-extra-data.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/332-ntor-v3-with-extra-data.md b/proposals/332-ntor-v3-with-extra-data.md
index 58a3bf3..10f0dd4 100644
--- a/proposals/332-ntor-v3-with-extra-data.md
+++ b/proposals/332-ntor-v3-with-extra-data.md
@@ -47,7 +47,7 @@ The client knows:
* An optional "verification" string.
The relay knows:
- * A set of [(b,B)...] "onion key" keypairs. One of them is
+ * A set of \[(b,B)...\] "onion key" keypairs. One of them is
"current", the others are outdated, but still valid.
* ID: Its own identity.
* A function for computing a server message SM, based on a given
@@ -398,7 +398,7 @@ client sends a message, with type `CIRCWINDOW_INC`, containing a
two-byte integer equal to `circwindow_inc_dflt`.
The relay rejects the message if the value given is outside of the
-[`circwindow_inc_min`, `circwindow_inc_max`] range. Otherwise, it
+\[`circwindow_inc_min`, `circwindow_inc_max`\] range. Otherwise, it
accepts it, and replies with the same message that the client sent.
# X.2: Test vectors