diff options
| author | iwakeh <iwakeh@torproject.org> | 2018-02-26 15:24:50 +0000 |
|---|---|---|
| committer | iwakeh <iwakeh@torproject.org> | 2018-02-26 15:24:51 +0000 |
| commit | 6b8cc4a37ff76d2c716dc4b837f26e1fd8443bca (patch) | |
| tree | 1c1ea83d0f2ce555419d8805e8f91fd6f1ed9db6 | |
| parent | ef1dfb6d32d5bb42a95052cd44790b6c586f38c9 (diff) | |
Corrected description of vote descriptor path.task-20287
Implements task-20287.
| -rw-r--r-- | src/main/resources/docs/PROTOCOL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/docs/PROTOCOL b/src/main/resources/docs/PROTOCOL index 0949f3e..873dd83 100644 --- a/src/main/resources/docs/PROTOCOL +++ b/src/main/resources/docs/PROTOCOL @@ -209,7 +209,8 @@ Where VOTE is the string "vote" and all time related values are derived from the valid-after dates. 'fingerprint' is the fingerprint of the authority and 'digest' is the SHA1 - digest of the authority's medium term signing key. + digest for the vote document, i.e., the digest of the descriptor + bytes from the start of the vote to the 'directory-signature'. 4.3.4 'microdescs' contains the subfolders |
