aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/opening-streams.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-09 10:31:25 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-09 10:33:39 -0500
commita24c5f71df9c5e3258789c2b1ade492b214509a4 (patch)
tree3f336e279aaf1f6907c8d1f111c6acd1b12e40d3 /spec/tor-spec/opening-streams.md
parent38fa996c1cd8691cbd57b8fab543e74b33501fe3 (diff)
downloadtorspec-a24c5f71df9c5e3258789c2b1ade492b214509a4.tar.gz
torspec-a24c5f71df9c5e3258789c2b1ade492b214509a4.zip
Start a "conventions" section to span all the specs
It's short for now, but we will extract more and more things from the rest of the specifications as we continue editing.
Diffstat (limited to 'spec/tor-spec/opening-streams.md')
-rw-r--r--spec/tor-spec/opening-streams.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/tor-spec/opening-streams.md b/spec/tor-spec/opening-streams.md
index d59e26b..757f776 100644
--- a/spec/tor-spec/opening-streams.md
+++ b/spec/tor-spec/opening-streams.md
@@ -26,8 +26,9 @@ fingerprinting. Implementations MUST accept strings in any case.
The FLAGS value has one or more of the following bits set, where
"bit 1" is the LSB of the 32-bit value, and "bit 32" is the MSB.
-(Remember that all values in Tor are big-endian (see
-["Preliminaries ยป Encoding integers"](./preliminaries.md#encoding)), so
+(Remember that
+[all integers in Tor are big-endian](../intro/conventions.md),
+so
the MSB of a 4-byte value is the MSB of the first byte, and the LSB
of a 4-byte value is the LSB of its last byte.)