Struct libp2p_noise::PublicKey
source · [−]pub struct PublicKey<T>(_);
Expand description
DH public key.
Implementations
Construct a curve25519 public key from an Ed25519 public key.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for PublicKey<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for PublicKey<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more