aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-15 20:50:37 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-15 20:50:37 -0500
commitdb61527bfbc62ddeeb8e8679f2b734a8709f46e8 (patch)
treedc8652995065b18ccae29cdcb58b985d14c03ad3 /spec
parentfef5d8f1e44b3c6594ecf6d766904b73e0d6a1b4 (diff)
downloadtorspec-db61527bfbc62ddeeb8e8679f2b734a8709f46e8.tar.gz
torspec-db61527bfbc62ddeeb8e8679f2b734a8709f46e8.zip
OPE: Add a little more markdown.
Diffstat (limited to 'spec')
-rw-r--r--spec/rend-spec/revision-counter-mgt.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rend-spec/revision-counter-mgt.md b/spec/rend-spec/revision-counter-mgt.md
index 627a268..054d088 100644
--- a/spec/rend-spec/revision-counter-mgt.md
+++ b/spec/rend-spec/revision-counter-mgt.md
@@ -43,8 +43,8 @@ Let K be an AES-256 key, generated as
K = H("rev-counter-generation" | S)
```
-Use K, and AES in counter mode with IV=0, to generate a stream of T
-* 2 bytes. Consider these bytes as a sequence of T 16-bit
+Use `K`, and AES in counter mode with IV=0, to generate a stream of
+`T * 2` bytes. Consider these bytes as a sequence of T 16-bit
little-endian words. Add these words.
Let the sum of these words be the revision counter.