#[repr(C)]pub struct blst_fp12 {
pub fp6: [blst_fp6; 2],
}
Fields§
§fp6: [blst_fp6; 2]
Implementations§
source§impl blst_fp12
impl blst_fp12
pub fn miller_loop(q: &blst_p2_affine, p: &blst_p1_affine) -> Self
pub fn miller_loop_n(q: &[blst_p2_affine], p: &[blst_p1_affine]) -> Self
pub fn final_exp(&self) -> Self
pub fn in_group(&self) -> bool
pub fn finalverify(a: &Self, b: &Self) -> bool
pub fn to_bendian(&self) -> [u8; 576]
Trait Implementations§
source§impl MulAssign for blst_fp12
impl MulAssign for blst_fp12
source§fn mul_assign(&mut self, other: Self)
fn mul_assign(&mut self, other: Self)
Performs the
*=
operation. Read moresource§impl PartialEq for blst_fp12
impl PartialEq for blst_fp12
impl Copy for blst_fp12
impl Eq for blst_fp12
Auto Trait Implementations§
impl Freeze for blst_fp12
impl RefUnwindSafe for blst_fp12
impl Send for blst_fp12
impl Sync for blst_fp12
impl Unpin for blst_fp12
impl UnwindSafe for blst_fp12
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: 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
)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
)