The PubKey trait, while useful to the thrussh crate, seems more specific to the keys it’s defined for. I’m creating a patch for moving it to the thrussh-keys crate as I want to define traits for the keys functionality and attempt to abstract over the different kinds of keys.
The PubKey trait, while useful to the
thrussh
crate, seems more specific to the keys it’s defined for. I’m creating a patch for moving it to thethrussh-keys
crate as I want to define traits for the keys functionality and attempt to abstract over the different kinds of keys.