Skip to content

Add ToEncodableKey impls where possible

Neel Chauhan requested to merge (removed):bug1137 into main

(Hopefully) closes #1137.

However, this could not be done for HsClientDescEncKeypair because of these lines:

  • type Key = curve25519::StaticKeypair;
  • HsClientDescEncKeypair::new(key.public.into(), key.secret.into())

Merge request reports