pub struct G2Prepared { /* private fields */ }
Expand description
Pre-computed G2 for efficient multi-pairing.
Trait Implementations§
Source§impl Clone for G2Prepared
impl Clone for G2Prepared
Source§fn clone(&self) -> G2Prepared
fn clone(&self) -> G2Prepared
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for G2Prepared
impl Debug for G2Prepared
Source§impl From<G2Affine> for G2Prepared
impl From<G2Affine> for G2Prepared
Source§fn from(q: G2Affine) -> G2Prepared
fn from(q: G2Affine) -> G2Prepared
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for G2Prepared
impl RefUnwindSafe for G2Prepared
impl Send for G2Prepared
impl Sync for G2Prepared
impl Unpin for G2Prepared
impl UnwindSafe for G2Prepared
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