aboutsummaryrefslogtreecommitdiff
path: root/proposals/340-packed-and-fragmented.md
diff options
context:
space:
mode:
Diffstat (limited to 'proposals/340-packed-and-fragmented.md')
-rw-r--r--proposals/340-packed-and-fragmented.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/proposals/340-packed-and-fragmented.md b/proposals/340-packed-and-fragmented.md
index 822ba05..da0cbdb 100644
--- a/proposals/340-packed-and-fragmented.md
+++ b/proposals/340-packed-and-fragmented.md
@@ -31,7 +31,7 @@ This proposal combines ideas from
[proposal 319](./319-wide-everything.md) (fragmentation) and
[proposal 325](./325-packed-relay-cells.md) (packed cells). It requires
[ntor v3](./332-ntor-v3-with-extra-data.md) and prepares for
-[next-generation relay cryptography](./308-counter-galois-onion).
+[next-generation relay cryptography](./308-counter-galois-onion.md).
Additionally, this proposal has been revised to incorporate another
protocol change, and move StreamId from the relay cell header into a new,
@@ -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`