Struct ark_bn254::Fq12Parameters [−][src]
pub struct Fq12Parameters;
Trait Implementations
type Fp6Params = Fq6Parameters
This must equal (0, 1, 0); see [DESD06, Section 6.1]. Read more
Coefficients for the Frobenius automorphism.
fn mul_fp6_by_nonresidue(
fe: &CubicExtField<Fp6ParamsWrapper<Self::Fp6Params>>
) -> CubicExtField<Fp6ParamsWrapper<Self::Fp6Params>>
[src]
fn mul_fp6_by_nonresidue(
fe: &CubicExtField<Fp6ParamsWrapper<Self::Fp6Params>>
) -> CubicExtField<Fp6ParamsWrapper<Self::Fp6Params>>
[src]Multiply by quadratic nonresidue v.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V