pub type FieldElement = FieldElement<Fp<MontBackend<FrConfig, 4>, 4>>;Aliased Type§
pub struct FieldElement(/* private fields */);Trait Implementations§
Source§impl Add<Expression> for FieldElement
impl Add<Expression> for FieldElement
Source§type Output = Expression
type Output = Expression
The resulting type after applying the
+ operator.Source§impl Mul<&Expression> for FieldElement
impl Mul<&Expression> for FieldElement
Source§type Output = Expression
type Output = Expression
The resulting type after applying the
* operator.Source§impl Sub<Expression> for FieldElement
impl Sub<Expression> for FieldElement
Source§type Output = Expression
type Output = Expression
The resulting type after applying the
- operator.