The source project of this merge request has been removed.
Add ToEncodableKey impls where possible
(Hopefully) closes #1137 (closed).
However, this could not be done for HsClientDescEncKeypair because of these lines:
type Key = curve25519::StaticKeypair;
HsClientDescEncKeypair::new(key.public.into(), key.secret.into())