diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-18 01:56:08 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-18 01:56:08 +0000 |
commit | d69089fc642b16e242efffed036d19ffbca6f633 (patch) | |
tree | f6b00e74687a31de0d61ba74268eb2ce2041bd7a /doc | |
parent | f859e34fb9f7fcc79acde5bc29aedeeca25fbb4d (diff) | |
download | tor-d69089fc642b16e242efffed036d19ffbca6f633.tar tor-d69089fc642b16e242efffed036d19ffbca6f633.tar.gz |
Specify exactly what we meant by "the digest of a descriptor". Fortunately, we dont depend on it being right yet.
svn:r5085
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dir-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 85a087973..ad8dbe0e4 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -107,7 +107,8 @@ $Id$ - A hash of its identity key, encoded in base64, with trailing = signs removed. - A hash of its most recent descriptor, encoded in base64, with - trailing = signs removed. + trailing = signs removed. (The hash is calculated as for + computing the signature of a descriptor.) - The publication time of its most recent descriptor. - An IP - An OR port |