diff options
author | Roger Dingledine <arma@torproject.org> | 2004-01-07 22:56:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-01-07 22:56:06 +0000 |
commit | e244ab7c72d0870fa4227c5ed5dcb242c69a1dfb (patch) | |
tree | 6117acfe06defb6d47ed09aeaa75eff046407a28 /doc | |
parent | 933d531f15c0719f65a4aa415180ca89cd00d90a (diff) | |
download | tor-e244ab7c72d0870fa4227c5ed5dcb242c69a1dfb.tar tor-e244ab7c72d0870fa4227c5ed5dcb242c69a1dfb.tar.gz |
fix minor typo in tor-spec
svn:r977
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index c2975c5fd..6bb9028c3 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -158,7 +158,7 @@ EVEN LATER: Once the handshake between the OP and an OR is completed, both servers can now calculate g^xy with ordinary DH. From the base key - material g^xy, they compute derivate key material as follows. + material g^xy, they compute derivative key material as follows. First, the server represents g^xy as a big-endian unsigned integer. Next, the server computes 60 bytes of key data as K = SHA1(g^xy | [00]) | SHA1(g^xy | [01]) | SHA1(g^xy | [02]) where "00" is a single |