summaryrefslogtreecommitdiff
path: root/doc/tor-spec.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-09 03:44:49 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-09 03:44:49 +0000
commitf534bf33f61b93fd46314867ddfcb79fdba7adbe (patch)
tree036b57b6f6e1a6b00f2dd619745b57338f546150 /doc/tor-spec.txt
parent31dbb0aec91919a34d4b6d172f9e33c49cf2fd73 (diff)
downloadtor-f534bf33f61b93fd46314867ddfcb79fdba7adbe.tar.gz
tor-f534bf33f61b93fd46314867ddfcb79fdba7adbe.zip
apply contrib/checkSpace.pl to our spec files too.
svn:r5941
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r--doc/tor-spec.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt
index f6e8490199..347397ce64 100644
--- a/doc/tor-spec.txt
+++ b/doc/tor-spec.txt
@@ -318,7 +318,6 @@ when do we rotate which keys (tls, link, etc)?
derivative key data as
K = H(K0 | [00]) | H(K0 | [01]) | H(K0 | [02]) | ...
-
The first HASH_LEN bytes of K form KH; the next HASH_LEN form the forward
digest Df; the next HASH_LEN 41-60 form the backward digest Db; the next
KEY_LEN 61-76 form Kf, and the final KEY_LEN form Kb. Excess bytes from K
@@ -1024,7 +1023,6 @@ A.1. Differences between spec and implementation
B. Things that should change in a later version of the Tor protocol
-
B.1. ... but which will require backward-incompatible change
- Circuit IDs should be longer.