pub struct EstablishLinkEntropy(/* private fields */);Expand description
A fresh X25519 ‖ Ed25519 pair, the same layout an identity persists. Move-only and never shown; consuming it keys exactly one link request, so one draw can never key two.
Implementations§
Auto Trait Implementations§
impl Freeze for EstablishLinkEntropy
impl RefUnwindSafe for EstablishLinkEntropy
impl Send for EstablishLinkEntropy
impl Sync for EstablishLinkEntropy
impl Unpin for EstablishLinkEntropy
impl UnsafeUnpin for EstablishLinkEntropy
impl UnwindSafe for EstablishLinkEntropy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more