pub struct AjtaiParameters { /* private fields */ }
Expand description
Configuration parameters for Ajtai commitment scheme with validation invariants
Implementations§
Trait Implementations§
Source§impl Clone for AjtaiParameters
impl Clone for AjtaiParameters
Source§fn clone(&self) -> AjtaiParameters
fn clone(&self) -> AjtaiParameters
Returns a copy 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 AjtaiParameters
impl RefUnwindSafe for AjtaiParameters
impl Send for AjtaiParameters
impl Sync for AjtaiParameters
impl Unpin for AjtaiParameters
impl UnwindSafe for AjtaiParameters
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