Trait eccoxide::curve::field::FieldSqrt[][src]

pub trait FieldSqrt: Field {
    fn sqrt(&self) -> CtOption<Self>;
}

Required methods

Implementors