Struct snarkvm_curves::bls12_377::Fq6Parameters
source · pub struct Fq6Parameters;
Trait Implementations
sourceimpl Clone for Fq6Parameters
impl Clone for Fq6Parameters
sourcefn clone(&self) -> Fq6Parameters
fn clone(&self) -> Fq6Parameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Fp6Parameters for Fq6Parameters
impl Fp6Parameters for Fq6Parameters
sourceconst NONRESIDUE: Fq2 = _
const NONRESIDUE: Fq2 = _
NONRESIDUE = U
type Fp2Params = Fq2Parameters
sourceconst FROBENIUS_COEFF_FP6_C1: [Fq2; 6] = _
const FROBENIUS_COEFF_FP6_C1: [Fq2; 6] = _
Coefficients for the Frobenius automorphism.
const FROBENIUS_COEFF_FP6_C2: [Fq2; 6] = _
fn mul_fp2_by_nonresidue(fe: &Fq2) -> Fq2
impl Copy for Fq6Parameters
Auto Trait Implementations
impl RefUnwindSafe for Fq6Parameters
impl Send for Fq6Parameters
impl Sync for Fq6Parameters
impl Unpin for Fq6Parameters
impl UnwindSafe for Fq6Parameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more