Struct libp2p_noise::AuthenticKeypair
source · [−]pub struct AuthenticKeypair<T: Zeroize> { /* private fields */ }
Expand description
A DH keypair that is authentic w.r.t. a identity::PublicKey
.
Implementations
Extract the public KeypairIdentity
from this AuthenticKeypair
,
dropping the DH Keypair
.
Methods from Deref<Target = Keypair<T>>
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for AuthenticKeypair<T> where
T: RefUnwindSafe,
impl<T> Send for AuthenticKeypair<T> where
T: Send,
impl<T> Sync for AuthenticKeypair<T> where
T: Sync,
impl<T> Unpin for AuthenticKeypair<T> where
T: Unpin,
impl<T> UnwindSafe for AuthenticKeypair<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more