aboutsummaryrefslogtreecommitdiff
path: root/proposals
diff options
context:
space:
mode:
authorJim Newsome <jnewsome@torproject.org>2023-11-09 11:14:42 -0600
committerJim Newsome <jnewsome@torproject.org>2023-11-09 18:45:20 -0600
commite90476582fd60a3af9c95b55ebfa1f97d514c504 (patch)
treeea5ff8f2704682a2eddadb73692cd23605fabb60 /proposals
parent16b82bed5a8b1f520bad8e3aa69e25e69809d1fe (diff)
downloadtorspec-e90476582fd60a3af9c95b55ebfa1f97d514c504.tar.gz
torspec-e90476582fd60a3af9c95b55ebfa1f97d514c504.zip
Add missing code block (was missing 1 space of indent)
Diffstat (limited to 'proposals')
-rw-r--r--proposals/340-packed-and-fragmented.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/proposals/340-packed-and-fragmented.md b/proposals/340-packed-and-fragmented.md
index 82adb8e..6c27fcd 100644
--- a/proposals/340-packed-and-fragmented.md
+++ b/proposals/340-packed-and-fragmented.md
@@ -51,9 +51,11 @@ formats going on at the same time.
The new format for a decrypted relay _cell_ will be:
- recognized [2 bytes]
- digest [14 bytes]
- body [509 - 16 = 493 bytes]
+```text
+recognized [2 bytes]
+digest [14 bytes]
+body [509 - 16 = 493 bytes]
+```
The `recognized` and `digest` fields are computed as before; the only
difference is that they occur _before_ the rest of the cell, and that `digest`