pub trait SqrtField: Field {
    fn legendre(&self) -> LegendreSymbol;
fn sqrt(&self) -> Option<Self>; }

Required methods

Implementors