Struct snarkvm_curves::bls12_377::Bls12_377Parameters
source · pub struct Bls12_377Parameters;
Trait Implementations
sourceimpl Bls12Parameters for Bls12_377Parameters
impl Bls12Parameters for Bls12_377Parameters
sourceconst X_IS_NEGATIVE: bool = false
const X_IS_NEGATIVE: bool = false
x
is positive.
type Fp = Fp384<FqParameters>
type Fp12Params = Fq12Parameters
type Fp2Params = Fq2Parameters
type Fp6Params = Fq6Parameters
type G1Parameters = Bls12_377G1Parameters
type G2Parameters = Bls12_377G2Parameters
const TWIST_TYPE: TwistType = TwistType::D
const X: &'static [u64] = _
fn g1_is_in_correct_subgroup(p: &Affine<Self::G1Parameters>) -> bool
fn g2_is_in_correct_subgroup(p: &Affine<Self::G1Parameters>) -> bool
sourceimpl Clone for Bls12_377Parameters
impl Clone for Bls12_377Parameters
sourcefn clone(&self) -> Bls12_377Parameters
fn clone(&self) -> Bls12_377Parameters
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 Debug for Bls12_377Parameters
impl Debug for Bls12_377Parameters
sourceimpl Hash for Bls12_377Parameters
impl Hash for Bls12_377Parameters
sourceimpl PartialEq<Bls12_377Parameters> for Bls12_377Parameters
impl PartialEq<Bls12_377Parameters> for Bls12_377Parameters
sourcefn eq(&self, other: &Bls12_377Parameters) -> bool
fn eq(&self, other: &Bls12_377Parameters) -> bool
impl Copy for Bls12_377Parameters
impl Eq for Bls12_377Parameters
impl StructuralEq for Bls12_377Parameters
impl StructuralPartialEq for Bls12_377Parameters
Auto Trait Implementations
impl RefUnwindSafe for Bls12_377Parameters
impl Send for Bls12_377Parameters
impl Sync for Bls12_377Parameters
impl Unpin for Bls12_377Parameters
impl UnwindSafe for Bls12_377Parameters
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