pub struct VariableBase;
Implementations§
Source§impl VariableBase
impl VariableBase
pub fn msm<G: AffineCurve>( bases: &[G], scalars: &[<G::ScalarField as PrimeField>::BigInteger], ) -> G::Projective
Auto Trait Implementations§
impl Freeze for VariableBase
impl RefUnwindSafe for VariableBase
impl Send for VariableBase
impl Sync for VariableBase
impl Unpin for VariableBase
impl UnwindSafe for VariableBase
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