pub struct RootChain { /* private fields */ }Expand description
This chain starts with an initial shared secret key and is maintained by both parties in order to derive sending and receiving chain keys, taking Diffie-Hellman agreements as input.
Implementations§
Auto Trait Implementations§
impl Freeze for RootChain
impl RefUnwindSafe for RootChain
impl Send for RootChain
impl Sync for RootChain
impl Unpin for RootChain
impl UnwindSafe for RootChain
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