pub struct Proof {
pub u_1: PolyVector,
pub p: Projections,
pub b_ct_aggr: PolyVector,
pub u_2: PolyVector,
pub z: PolyVector,
pub t_i: Vec<PolyVector>,
pub g_ij: Vec<PolyVector>,
pub h_ij: Vec<PolyVector>,
}
Fields§
§u_1: PolyVector
§p: Projections
§b_ct_aggr: PolyVector
§u_2: PolyVector
§z: PolyVector
§t_i: Vec<PolyVector>
§g_ij: Vec<PolyVector>
§h_ij: Vec<PolyVector>
Auto Trait Implementations§
impl Freeze for Proof
impl RefUnwindSafe for Proof
impl Send for Proof
impl Sync for Proof
impl Unpin for Proof
impl UnwindSafe for Proof
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