FieldElement

Type Alias FieldElement 

Source
pub type FieldElement = FieldElement<Fp<MontBackend<FrConfig, 4>, 4>>;

Aliased Type§

pub struct FieldElement(/* private fields */);

Trait Implementations§

Source§

impl Add<Expression> for FieldElement

Source§

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

Source§

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

Source§

type Output = Expression

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more