Struct libp2p::noise::AuthenticKeypair
source · pub struct AuthenticKeypair<T>where
T: Zeroize,{ /* private fields */ }
Expand description
A DH keypair that is authentic w.r.t. a identity::PublicKey
.
Implementations§
source§impl<T> AuthenticKeypair<T>where
T: Zeroize,
impl<T> AuthenticKeypair<T>where
T: Zeroize,
sourcepub fn into_identity(self) -> KeypairIdentity
pub fn into_identity(self) -> KeypairIdentity
Extract the public KeypairIdentity
from this AuthenticKeypair
,
dropping the DH Keypair
.