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