commit cc7dd04f181cf79d8c4dcee79c5090990323511e Author: Ivan Markin twim@riseup.net Date: Thu Jun 23 13:16:14 2016 +0000
Clarify what the identity key it is --- dir-spec.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 08a4f8e..8a8b583 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -494,10 +494,12 @@ This element contains an RSA signature, generated using the onion-key, of the following:
- A SHA1 hash of the identity key [20 bytes] - The Ed25519 identity key [32 bytes] + A SHA1 hash of the RSA identity key, + i.e. RSA key from "signing-key" (see below) [20 bytes] + The Ed25519 identity key, + i.e. Ed25519 key from "master-key-ed25519" [32 bytes]
- If there is no ed25519 identity key, or if in some future version + If there is no Ed25519 identity key, or if in some future version there is no RSA identity key, the corresponding field must be zero-filled.
tor-commits@lists.torproject.org