Struct mpc_engine::primitives::ot::OTCiphertext
source · pub struct OTCiphertext { /* private fields */ }
Expand description
The encryption of an OT input.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OTCiphertext
impl RefUnwindSafe for OTCiphertext
impl Send for OTCiphertext
impl Sync for OTCiphertext
impl Unpin for OTCiphertext
impl UnwindSafe for OTCiphertext
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