Struct oprf::coprf::coprf_setup::CoPRFEvaluatorContext
source · pub struct CoPRFEvaluatorContext { /* private fields */ }
Expand description
The coPRF evaluator holds the coPRF master secret.
Implementations§
Auto Trait Implementations§
impl Freeze for CoPRFEvaluatorContext
impl RefUnwindSafe for CoPRFEvaluatorContext
impl Send for CoPRFEvaluatorContext
impl Sync for CoPRFEvaluatorContext
impl Unpin for CoPRFEvaluatorContext
impl UnwindSafe for CoPRFEvaluatorContext
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