aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/create-created-cells.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/tor-spec/create-created-cells.md')
-rw-r--r--spec/tor-spec/create-created-cells.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/spec/tor-spec/create-created-cells.md b/spec/tor-spec/create-created-cells.md
index 56134e4..4574f03 100644
--- a/spec/tor-spec/create-created-cells.md
+++ b/spec/tor-spec/create-created-cells.md
@@ -52,7 +52,7 @@ ntor -- 'ntorNTORntorNTOR'
The format of a CREATED cell is:
-HDATA (Server Handshake Data) [TAP_S_HANDSHAKE_LEN bytes]
+HDATA (Server Handshake Data) \[TAP_S_HANDSHAKE_LEN bytes\]
(It's equivalent to a CREATED2 cell with length of TAP_S_HANDSHAKE_LEN.)
@@ -67,7 +67,7 @@ Servers always reply to a successful CREATE with a CREATED, and to a
successful CREATE2 with a CREATED2. On failure, a server sends a
DESTROY cell to tear down the circuit.
-[CREATE2 is handled by Tor 0.2.4.7-alpha and later.]
+\[CREATE2 is handled by Tor 0.2.4.7-alpha and later.\]
<a id="tor-spec.txt-5.1.1"></a>
@@ -144,8 +144,8 @@ instances of specifiers other than 'legacy identity' and
that include multiple instances of either one of those specifiers.)
For purposes of indistinguishability, implementations SHOULD send
-these link specifiers, if using them, in this order: [00], [02], [03],
-[01].
+these link specifiers, if using them, in this order: \[00\], \[02\], \[03\],
+\[01\].
The relay payload for an EXTEND relay cell consists of:
@@ -190,7 +190,7 @@ CREATED cell.
The payload of an EXTENDED2 cell is the same as the payload of a
CREATED2 cell.
-[Support for EXTEND2/EXTENDED2 was added in Tor 0.2.4.8-alpha.]
+\[Support for EXTEND2/EXTENDED2 was added in Tor 0.2.4.8-alpha.\]
Clients SHOULD use the EXTEND format whenever sending a TAP
handshake, and MUST use it whenever the EXTEND cell will be handled
@@ -269,7 +269,7 @@ original handshake (or with nobody at all). Here we use the
"curve25519" group and representation as specified in "Curve25519:
new Diffie-Hellman speed records" by D. J. Bernstein.
-[The ntor handshake was added in Tor 0.2.4.8-alpha.]
+\[The ntor handshake was added in Tor 0.2.4.8-alpha.\]
In this section, define:
@@ -330,8 +330,8 @@ private key 'b' to compute:
```
Both parties check that none of the EXP() operations produced the
-point at infinity. [NOTE: This is an adequate replacement for
-checking Y for group membership, if the group is curve25519.]
+point at infinity. \[NOTE: This is an adequate replacement for
+checking Y for group membership, if the group is curve25519.\]
Both parties now have a shared value for KEY_SEED. They expand this
into the keys needed for the Tor relay protocol, using the KDF
@@ -507,7 +507,7 @@ created.
A CREATE_FAST cell contains:
-Key material (X) [HASH_LEN bytes]
+Key material (X) \[HASH_LEN bytes\]
A CREATED_FAST cell contains:
@@ -525,7 +525,7 @@ The CREATE_FAST handshake is currently deprecated whenever it is not
necessary; the migration is controlled by the "usecreatefast"
networkstatus parameter as described in dir-spec.txt.
-[Tor 0.3.1.1-alpha and later disable CREATE_FAST by default.]
+\[Tor 0.3.1.1-alpha and later disable CREATE_FAST by default.\]
<a id="tor-spec.txt-5.1.6"></a>