pub struct RoundTwo {}Expand description
During round two each participant verifies their secret shares they received from each other participant.
Trait Implementations§
impl DkgState for RoundTwo
impl Round2 for RoundTwo
Auto Trait Implementations§
impl Freeze for RoundTwo
impl RefUnwindSafe for RoundTwo
impl Send for RoundTwo
impl Sync for RoundTwo
impl Unpin for RoundTwo
impl UnwindSafe for RoundTwo
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