Type Definition ark_ff::fields::models::fp3::Fp3[][src]

type Fp3<P> = CubicExtField<Fp3ParamsWrapper<P>>;

Implementations

impl<P: Fp3Parameters> Fp3<P>[src]

pub fn mul_assign_by_fp(&mut self, value: &P::Fp)[src]

pub fn qnr_to_t() -> Self[src]

Returns the value of QNR^T.

Trait Implementations

impl<P: Fp3Parameters> SquareRootField for Fp3<P>[src]

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

Returns the Legendre symbol.

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

Returns the square root of self, if it exists.

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

Sets self to be the square root of self, if it exists.