Trait ff_uint::SqrtField[][src]

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

Required methods

fn legendre(&self) -> LegendreSymbol[src]

fn sqrt(&self) -> Option<Self>[src]

Loading content...

Implementors

Loading content...