pub struct RoundPolyViz {
pub c0: SecureFieldMirror,
pub c1: SecureFieldMirror,
pub c2: SecureFieldMirror,
}Expand description
Degree-2 round polynomial [c0, c1, c2] from a MatMul sumcheck round.
Fields§
§c0: SecureFieldMirror§c1: SecureFieldMirror§c2: SecureFieldMirrorTrait Implementations§
Source§impl Clone for RoundPolyViz
impl Clone for RoundPolyViz
Source§fn clone(&self) -> RoundPolyViz
fn clone(&self) -> RoundPolyViz
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RoundPolyViz
impl Debug for RoundPolyViz
Source§impl<'de> Deserialize<'de> for RoundPolyViz
impl<'de> Deserialize<'de> for RoundPolyViz
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RoundPolyViz
impl RefUnwindSafe for RoundPolyViz
impl Send for RoundPolyViz
impl Sync for RoundPolyViz
impl Unpin for RoundPolyViz
impl UnsafeUnpin for RoundPolyViz
impl UnwindSafe for RoundPolyViz
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