[][src]Trait ff_uint::SqrtField

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

Required methods

fn legendre(&self) -> LegendreSymbol

fn sqrt(&self) -> Option<Self>

Loading content...

Implementors

Loading content...