tor-keymgr: Support storing `ed25519::ExpandedKeypair`s in the keystore
!1618 (merged)
This is based on the changes fromThis assigns a custom SSH algorithm name for ed25519::ExpandedKeypair
s and implements EncodableKey
for ExpandedKeypair
to support storing HsBlindIdKeypair
s in the keystore.