[][src]Trait elliptic_curve::ops::Invert

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)

Associated Types

type Output

Field element type

Loading content...

Required methods

fn invert(&self) -> CtOption<Self::Output>

Invert a field element.

Loading content...

Implementors

Loading content...