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

§

type Output = Expression

The resulting type after applying the + operator.
source§

fn add(self, rhs: Expression) -> Self::Output

Performs the + operation. Read more
source§

impl Mul<&Expression> for FieldElement

§

type Output = Expression

The resulting type after applying the * operator.
source§

fn mul(self, rhs: &Expression) -> Self::Output

Performs the * operation. Read more
source§

impl Sub<Expression> for FieldElement

§

type Output = Expression

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Expression) -> Self::Output

Performs the - operation. Read more