pub trait Invert { type Output; fn invert(&self) -> CtOption<Self::Output>; }
Perform an inversion on a field element (i.e. base field element or scalar)
Field element type
Invert a field element.