pub struct RoundPolyDeg3Viz {
pub c0: SecureFieldMirror,
pub c1: SecureFieldMirror,
pub c2: SecureFieldMirror,
pub c3: SecureFieldMirror,
}Expand description
Degree-3 round polynomial [c0, c1, c2, c3] (MulLayer / higher-degree oracle).
Fields§
§c0: SecureFieldMirror§c1: SecureFieldMirror§c2: SecureFieldMirror§c3: SecureFieldMirrorTrait Implementations§
Source§impl Clone for RoundPolyDeg3Viz
impl Clone for RoundPolyDeg3Viz
Source§fn clone(&self) -> RoundPolyDeg3Viz
fn clone(&self) -> RoundPolyDeg3Viz
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 RoundPolyDeg3Viz
impl Debug for RoundPolyDeg3Viz
Source§impl<'de> Deserialize<'de> for RoundPolyDeg3Viz
impl<'de> Deserialize<'de> for RoundPolyDeg3Viz
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 RoundPolyDeg3Viz
impl RefUnwindSafe for RoundPolyDeg3Viz
impl Send for RoundPolyDeg3Viz
impl Sync for RoundPolyDeg3Viz
impl Unpin for RoundPolyDeg3Viz
impl UnsafeUnpin for RoundPolyDeg3Viz
impl UnwindSafe for RoundPolyDeg3Viz
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