Struct libp2p_noise::KeypairIdentity [−][src]
Expand description
The associated public identity of a DH keypair.
Fields
public: PublicKey
The public identity key.
signature: Option<Vec<u8>>
The signature over the public DH key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeypairIdentity
impl Send for KeypairIdentity
impl Sync for KeypairIdentity
impl Unpin for KeypairIdentity
impl UnwindSafe for KeypairIdentity
Blanket Implementations
Mutably borrows from an owned value. Read more