aboutsummaryrefslogtreecommitdiff
path: root/proposals/332-ntor-v3-with-extra-data.md
diff options
context:
space:
mode:
Diffstat (limited to 'proposals/332-ntor-v3-with-extra-data.md')
-rw-r--r--proposals/332-ntor-v3-with-extra-data.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/proposals/332-ntor-v3-with-extra-data.md b/proposals/332-ntor-v3-with-extra-data.md
index b76a451..10f0dd4 100644
--- a/proposals/332-ntor-v3-with-extra-data.md
+++ b/proposals/332-ntor-v3-with-extra-data.md
@@ -3,7 +3,7 @@ Filename: 332-ntor-v3-with-extra-data.md
Title: Ntor protocol with extra data, version 3.
Author: Nick Mathewson
Created: 12 July 2021
-Status: Finished
+Status: Closed
```
# Overview
@@ -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