pub struct AjtaiInstances {
pub commitment_scheme_a: AjtaiScheme,
pub commitment_scheme_b: AjtaiScheme,
pub commitment_scheme_c: AjtaiScheme,
pub commitment_scheme_d: AjtaiScheme,
}
Fields§
§commitment_scheme_a: AjtaiScheme
§commitment_scheme_b: AjtaiScheme
§commitment_scheme_c: AjtaiScheme
§commitment_scheme_d: AjtaiScheme
Implementations§
Source§impl AjtaiInstances
impl AjtaiInstances
pub fn new(ep: &EnvironmentParameters) -> Self
Auto Trait Implementations§
impl Freeze for AjtaiInstances
impl RefUnwindSafe for AjtaiInstances
impl Send for AjtaiInstances
impl Sync for AjtaiInstances
impl Unpin for AjtaiInstances
impl UnwindSafe for AjtaiInstances
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