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