aboutsummaryrefslogtreecommitdiff
path: root/spec/ssh-protocols.md
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-14 22:13:03 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-14 22:27:13 +0000
commit7389138773bcd4a101309d0bacf5e8f8ec55f2d4 (patch)
tree9ebece0b1c5471d4757bfbbfc11a721f666fc50e /spec/ssh-protocols.md
parent88cfaaa89cdf06819d2d0264f5d53fa465839a50 (diff)
downloadtorspec-7389138773bcd4a101309d0bacf5e8f8ec55f2d4.tar.gz
torspec-7389138773bcd4a101309d0bacf5e8f8ec55f2d4.zip
ssh-protocols: ed25519-expanded: Mention key blinding use
Diffstat (limited to 'spec/ssh-protocols.md')
-rw-r--r--spec/ssh-protocols.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/ssh-protocols.md b/spec/ssh-protocols.md
index 689eea2..eba52cd 100644
--- a/spec/ssh-protocols.md
+++ b/spec/ssh-protocols.md
@@ -202,3 +202,6 @@ a corresponding (unexpanded, standard) ed25519 private key `k`.
> one wishes to find private keys whose public keys have particular patterns,
> for example when trying to find a `.onion` domain
> for a [Tor Hidden Service](rend-spec/).
+> This format is also used where
+> [blinded ed25519 keys](rend-spec/keyblinding-scheme.md)
+> need to be stored.