Struct sphinx_packet::crypto::keys::PublicKey
source · pub struct PublicKey(_);Implementations§
Trait Implementations§
source§impl<'a> From<&'a PrivateKey> for PublicKey
impl<'a> From<&'a PrivateKey> for PublicKey
source§fn from(private_key: &'a PrivateKey) -> PublicKey
fn from(private_key: &'a PrivateKey) -> PublicKey
Converts to this type from the input type.