Struct distant_net::common::KeyExchange
source · pub struct KeyExchange { /* private fields */ }Expand description
Utility to support performing an exchange of public keys and salts in order to derive a shared key between two separate entities
Implementations
sourceimpl KeyExchange
impl KeyExchange
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyExchange
impl Send for KeyExchange
impl Sync for KeyExchange
impl Unpin for KeyExchange
impl UnwindSafe for KeyExchange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more