aboutsummaryrefslogtreecommitdiff
path: root/spec/ssh-protocols.md
diff options
context:
space:
mode:
authorgabi-250 <gabi@torproject.org>2023-11-14 11:57:23 +0000
committerIan Jackson <iwj@torproject.org>2023-11-14 11:57:23 +0000
commit3b2bf114572c8271c4d2d6f2bbdbcac4739a3ce2 (patch)
tree121bca19a4280d93bc13171eea33aaf206d4a4ff /spec/ssh-protocols.md
parent63b637dae1dca58ef7ab4857484e787ab580ef51 (diff)
downloadtorspec-3b2bf114572c8271c4d2d6f2bbdbcac4739a3ce2.tar.gz
torspec-3b2bf114572c8271c4d2d6f2bbdbcac4739a3ce2.zip
ssh-protocols.md: Fix a docs xref
Diffstat (limited to 'spec/ssh-protocols.md')
-rw-r--r--spec/ssh-protocols.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ssh-protocols.md b/spec/ssh-protocols.md
index 6e4ca64..addb894 100644
--- a/spec/ssh-protocols.md
+++ b/spec/ssh-protocols.md
@@ -125,7 +125,7 @@ The public data is `ENC(A)` ([RFC8032 3.2](https://datatracker.ietf.org/doc/html
The private data is the 64-byte string made by concatenating:
* `ENC(s)` as per [RFC8032 3.2](https://datatracker.ietf.org/doc/html/rfc8032#section-3.2), the actual "expanded secret key";
- * `h_b || ... || h_(2b-1)` as per [RFC8032 3.3](https://datatracker.ietf.org/doc/html/rfc8032#section-3.2), , the "domain separation nonce".
+ * `h_b || ... || h_(2b-1)` as per [RFC8032 3.3](https://datatracker.ietf.org/doc/html/rfc8032#section-3.3), the "domain separation nonce".
This private key format does not provide a way to convey or establish
a corresponding (unexpanded, standard) ed25519 private key `k`.