pub struct Bn256;
Trait Implementations§
Source§impl Engine for Bn256
impl Engine for Bn256
Source§fn miller_loop<'a, I>(i: I) -> Self::Fqkwhere
I: IntoIterator<Item = &'a (&'a <Self::G1Affine as CurveAffine>::Prepared, &'a <Self::G2Affine as CurveAffine>::Prepared)>,
fn miller_loop<'a, I>(i: I) -> Self::Fqkwhere
I: IntoIterator<Item = &'a (&'a <Self::G1Affine as CurveAffine>::Prepared, &'a <Self::G2Affine as CurveAffine>::Prepared)>,
Perform a miller loop with some number of (G1, G2) pairs.
Source§impl ScalarEngine for Bn256
impl ScalarEngine for Bn256
impl Copy for Bn256
Auto Trait Implementations§
impl Freeze for Bn256
impl RefUnwindSafe for Bn256
impl Send for Bn256
impl Sync for Bn256
impl Unpin for Bn256
impl UnwindSafe for Bn256
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§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
)