pub struct Round2Output {
pub party_id: usize,
pub z_share: PolyVector,
}Expand description
Round 2 output from a party
Fields§
§party_id: usizeParty ID
Response share z_i (N-dimensional vector)
Implementations§
Trait Implementations§
Source§impl Clone for Round2Output
impl Clone for Round2Output
Source§fn clone(&self) -> Round2Output
fn clone(&self) -> Round2Output
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Round2Output
impl RefUnwindSafe for Round2Output
impl Send for Round2Output
impl Sync for Round2Output
impl Unpin for Round2Output
impl UnwindSafe for Round2Output
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