diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-24 23:44:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-24 23:44:13 +0000 |
commit | 369a964ac87703394ea81dd95788f64b6e50b32f (patch) | |
tree | c7bad3022538087a0298e07de31b0777a3a9fb19 /doc | |
parent | b759fe4b8df2fc512b2ce5e0e9422cce8ebc3bb7 (diff) | |
download | tor-369a964ac87703394ea81dd95788f64b6e50b32f.tar.gz tor-369a964ac87703394ea81dd95788f64b6e50b32f.zip |
Directories are unordered.
svn:r4481
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-spec.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index aa54549a02..66d7736879 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -845,7 +845,6 @@ descriptors, and a single "directory-signature" item. "directory-signature" nickname-of-dirserver NL Signature -Note: The router descriptor for the directory server MUST appear first. The signature is computed by computing the SHA-1 hash of the directory, from the characters "signed-directory", through the newline after "directory-signature". This digest is then padded with PKCS.1, |