aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
authorIvan Markin <twim@riseup.net>2016-06-23 13:16:14 +0000
committerNick Mathewson <nickm@torproject.org>2016-06-29 17:02:38 -0400
commitcc7dd04f181cf79d8c4dcee79c5090990323511e (patch)
tree9bedb5f973b6329793216b351e1095b49bb40d71 /dir-spec.txt
parentff0f04535728cabe4c57bcdef965b2bec1e403a3 (diff)
downloadtorspec-cc7dd04f181cf79d8c4dcee79c5090990323511e.tar.gz
torspec-cc7dd04f181cf79d8c4dcee79c5090990323511e.zip
Clarify what the identity key it is
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt8
1 files 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.