Struct bellman_ce::bn256::fq2::Fq2
source · pub struct Fq2 {
pub c0: Fq,
pub c1: Fq,
}
Expand description
An element of Fq2, represented by c0 + c1 * u.
Fields§
§c0: Fq
§c1: Fq
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Fq2
impl<'de> Deserialize<'de> for Fq2
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Fq2, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Fq2, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Field for Fq2
impl Field for Fq2
source§fn add_assign(&mut self, other: &Fq2)
fn add_assign(&mut self, other: &Fq2)
Adds another element to this element.
source§fn sub_assign(&mut self, other: &Fq2)
fn sub_assign(&mut self, other: &Fq2)
Subtracts another element from this element.
source§fn mul_assign(&mut self, other: &Fq2)
fn mul_assign(&mut self, other: &Fq2)
Multiplies another element by this element.
source§fn inverse(&self) -> Option<Fq2>
fn inverse(&self) -> Option<Fq2>
Computes the multiplicative inverse of this element, if nonzero.
source§fn frobenius_map(&mut self, power: usize)
fn frobenius_map(&mut self, power: usize)
Exponentiates this element by a power of the base prime modulus via
the Frobenius automorphism.
source§impl Ord for Fq2
impl Ord for Fq2
Fq2
elements are ordered lexicographically.
source§impl PartialOrd for Fq2
impl PartialOrd for Fq2
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for Fq2
impl Serialize for Fq2
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for Fq2
impl Eq for Fq2
impl StructuralPartialEq for Fq2
Auto Trait Implementations§
impl Freeze for Fq2
impl RefUnwindSafe for Fq2
impl Send for Fq2
impl Sync for Fq2
impl Unpin for Fq2
impl UnwindSafe for Fq2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)