pub struct OtReceiver {
pub b: bool,
pub k: Scalar,
}Expand description
Receiver’s output for choice bit b.
Fields§
§b: boolChoice bit.
k: ScalarSecret scalar used to decrypt.
Trait Implementations§
Source§impl Clone for OtReceiver
impl Clone for OtReceiver
Source§fn clone(&self) -> OtReceiver
fn clone(&self) -> OtReceiver
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OtReceiver
impl RefUnwindSafe for OtReceiver
impl Send for OtReceiver
impl Sync for OtReceiver
impl Unpin for OtReceiver
impl UnsafeUnpin for OtReceiver
impl UnwindSafe for OtReceiver
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