pub struct EnvironmentParameters {}
Fields§
§r: usize
§n: usize
§beta: Zq
§b: Zq
§t_1: usize
§t_2: usize
§k: usize
§k_1: usize
§k_2: usize
§lambda2: usize
§log_q: usize
§deg_bound_d: usize
§constraint_l: usize
§constraint_k: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvironmentParameters
impl RefUnwindSafe for EnvironmentParameters
impl Send for EnvironmentParameters
impl Sync for EnvironmentParameters
impl Unpin for EnvironmentParameters
impl UnwindSafe for EnvironmentParameters
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